// =========================================================================== // 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 "// Actual face count in shard: ^1s\n" m_surfaceShatter.kActualFaceCount; displayString -replace -value "^1s cannot be shattered." m_surfaceShatter.kCannotBeShattered; displayString -replace -value "Could not shatter ^1s." m_surfaceShatter.kCouldNotShatter; displayString -replace -value "// Creating shard edges.\n" m_surfaceShatter.kCreatingShardEdges; displayString -replace -value "// Creating shard ^1s from face: ^2s\n" m_surfaceShatter.kCreatingShardFromFace; displayString -replace -value "If you want to shatter ^1s, please first do Edit | Delete By Type -> History.\n" m_surfaceShatter.kDeleteHistory; displayString -replace -value "// Elapsed time: ^1s\n" m_surfaceShatter.kElapsedTime; displayString -replace -value "// FaceCount: ^1s\n" m_surfaceShatter.kFaceCount; displayString -replace -value "// Perturbing shard edges.\n" m_surfaceShatter.kPerturbingShardEdges; displayString -replace -value "// Processed: ^1s polygons out of ^2s.\n" m_surfaceShatter.kProcessedNumPolygons; displayString -replace -value "// Processing unallocate facets.\n" m_surfaceShatter.kProcessingUnallocate; displayString -replace -value "// Shatter succeeded\n" m_surfaceShatter.kShatterSucceeded; displayString -replace -value "// Smoothing shard edges.\n" m_surfaceShatter.kSmoothingShardEdges;