// =========================================================================== // 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 "After bind:" m_performVolumeBind.kAfterBind; displayString -replace -value "Bind method:" m_performVolumeBind.kBindMethod; displayString -replace -value "Bind Skin" m_performVolumeBind.kBindSkin; displayString -replace -value "Bind to:" m_performVolumeBind.kBindTo; displayString -replace -value "Bind to all joints in the selected skeleton(s), selected joints only, or to all transform in the selected hierarchy" m_performVolumeBind.kBindToAllAnnot; displayString -replace -value "Bind based on distance or distance plus hierarchy location." m_performVolumeBind.kBindonDistAnnot; displayString -replace -value "Weight Blended" m_performVolumeBind.kBlendedMethod; displayString -replace -value "Closest distance" m_performVolumeBind.kClosestDistance; displayString -replace -value "Closest in hierarchy" m_performVolumeBind.kClosestHierarchy; displayString -replace -value "Dual Quaternion" m_performVolumeBind.kDualQuaternionMethod; displayString -replace -value "Closest volume" m_performVolumeBind.kIncludeClosest; displayString -replace -value "This option determines if hidden selections are included in the selection list when performing the bind" m_performVolumeBind.kIncludeHiddenSelAnnot; displayString -replace -value "Include hidden selections on creation" m_performVolumeBind.kIncludeHiddenSelections; displayString -replace -value "Include Method:" m_performVolumeBind.kIncludeMethod; displayString -replace -value "Specifies how to include vertices into the initial binding volume." m_performVolumeBind.kIncludeMethodAnn; displayString -replace -value "Specifies whether the maximum influences is enforced during subsequent operations, such as weight painting" m_performVolumeBind.kInfluencesEnforcedAnnot; displayString -replace -value "By minimum weight" m_performVolumeBind.kInlcudeMinWeight; displayString -replace -value "Joint hierarchy" m_performVolumeBind.kJointHierarchy; displayString -replace -value "Classic Linear" m_performVolumeBind.kLinearMethod; displayString -replace -value "Maintain max influences" m_performVolumeBind.kMaintainInfluences; displayString -replace -value "Max influences:" m_performVolumeBind.kMaxInfluences; displayString -replace -value "Specifies the maximum number of weighted influences for a given point" m_performVolumeBind.kMaxInfluencesAnnot; displayString -replace -value "Object hierarchy" m_performVolumeBind.kObjectHierarchy; displayString -replace -value "Selected joints" m_performVolumeBind.kSelectedJoints; displayString -replace -value "Skinning method:" m_performVolumeBind.kSkinMethod; displayString -replace -value "Set the algorithm method used by the skin cluster" m_performVolumeBind.kSkinMethodAnnot; displayString -replace -value "Interactive Bind Skin Options" m_performVolumeBind.kSmoothBindOptions; displayString -replace -value "Minimum Weight:" m_performVolumeBind.kVolMinWeight; displayString -replace -value "Capsule" m_performVolumeBind.kVolTypeCapsule; displayString -replace -value "Cylinder" m_performVolumeBind.kVolTypeCylinder; displayString -replace -value "Volume Type:" m_performVolumeBind.kVolumeType; displayString -replace -value "Determine the initial shape of the volumes" m_performVolumeBind.kVolumeTypeAnnot;