// =========================================================================== // 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 "You must load the Maya Muscle plug-in first." m_cMuscleWeightPruneUI.kMustLoadMusclePlugin; displayString -replace -value "Prune Weights" m_cMuscleWeightPruneUI.kPruneWeights; displayString -replace -value "Prunes weights to the selected mesh or for selected points of the mesh." m_cMuscleWeightPruneUI.kPruneWeightsAnnot; displayString -replace -value "Prune weights if less than " m_cMuscleWeightPruneUI.kPruneWeightsIfLessThan; displayString -replace -value "in value." m_cMuscleWeightPruneUI.kPruneWeightsIfLessThan2; displayString -replace -value "Weight:" m_cMuscleWeightPruneUI.kWeights; displayString -replace -value "Prune Weights" m_cMuscleWeightPruneUI.kWindowTitlePruneWeights;