// =========================================================================== // 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 "Cmp ^1s/^2s (^3s%) - ^4s sub weights" m_cMuscleDuplicateWeights.kComponentSubWeights; displayString -replace -value "Point 0/?" m_cMuscleDuplicateWeights.kInitialProgressPoint; displayString -replace -value "// ^1s list components. //\n" m_cMuscleDuplicateWeights.kListComponents; displayString -replace -value "// cMuscleDuplicateWeights done. //\n" m_cMuscleDuplicateWeights.kMuscleDuplicateWeightsDone; displayString -replace -value "Transfer weights aborted, some weights may remain on original nodes." m_cMuscleDuplicateWeights.kTransferWeightsAborted; displayString -replace -value "Unknown weight wtTo type." m_cMuscleDuplicateWeights.kUnknownWeightWtToType; displayString -replace -value "Unknown weight wtFrom type." m_cMuscleDuplicateWeights.kUnknownWtFromType; displayString -replace -value "Duplicate Weights ^1s" m_cMuscleDuplicateWeights.kWindowTitleDuplicateWeights;