// =========================================================================== // Copyright 2018 Autodesk, Inc. All rights reserved. // // Use of this software is subject to the terms of the Autodesk license // agreement provided at the time of installation or download, or which // otherwise accompanies this software in either electronic or hard copy form. // =========================================================================== displayString -replace -value "// Applying material \"^1s\" to interior polygons.\n" m_solidShatter.kApplyingMaterial; displayString -replace -value "^1s cannot be shattered." m_solidShatter.kCannotBeShattered; displayString -replace -value "Cannot make identity" m_solidShatter.kCannotMakeIdentity; displayString -replace -value "// Checking for shards with multiple pieces.\n" m_solidShatter.kCheckingMultiplePieces; displayString -replace -value "Could not shatter ^1s." m_solidShatter.kCouldNotShatter; displayString -replace -value "// Creating ^1s shards.\n" m_solidShatter.kCreatingShards; displayString -replace -value "If you want to shatter ^1s, please first do Edit | Delete By Type -> History.\n" m_solidShatter.kDeleteHistory; displayString -replace -value "No shards created." m_solidShatter.kNoShardsCreated; displayString -replace -value "The selected object is not a closed surface. Cannot perform solid shatter." m_solidShatter.kNotClosedSurface; displayString -replace -value "// Removing interior polygons.\n" m_solidShatter.kRemovingInteriorPoly; displayString -replace -value "// ^1s shards created.\n" m_solidShatter.kShardsCreated; displayString -replace -value "// ^1s interior shard(s) deleted.\n" m_solidShatter.kShardsDeleted; displayString -replace -value "// Shatter succeeded\n" m_solidShatter.kShatterSucceeded;