// =========================================================================== // 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 "Jiggle" m_ChaDeformationsMenu.kCreateJiggle; displayString -replace -value "Nonlinear" m_ChaDeformationsMenu.kCreateNonlinear; displayString -replace -value "Create" m_ChaDeformationsMenu.kDeformCreate; displayString -replace -value "Edit" m_ChaDeformationsMenu.kDeformEdit; displayString -replace -value "Paint Weights" m_ChaDeformationsMenu.kDeformPaintWeights; displayString -replace -value "Weights" m_ChaDeformationsMenu.kDeformWeights; displayString -replace -value "Blend Shape" m_ChaDeformationsMenu.kEditBlendShape; displayString -replace -value "Lattice" m_ChaDeformationsMenu.kEditLattice; displayString -replace -value "ShrinkWrap" m_ChaDeformationsMenu.kEditShrinkWrap; displayString -replace -value "Wire" m_ChaDeformationsMenu.kEditWire; displayString -replace -value "Wrap" m_ChaDeformationsMenu.kEditWrap; displayString -replace -value "Pose Space Deformation" m_ChaDeformationsMenu.kPoseSpaceDeformation; displayString -replace -value "Prune Membership" m_ChaDeformationsMenu.kPruneMembership;