// =========================================================================== // 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 "Add Joint Labels" m_ChaSkeletonsMenu.kAddFBIKLabels; displayString -replace -value "IK" m_ChaSkeletonsMenu.kIKDivider; displayString -replace -value "Invalid limb argument: ^1s" m_ChaSkeletonsMenu.kInvalidLimb; displayString -replace -value "Joint Labelling" m_ChaSkeletonsMenu.kJointLabelling; displayString -replace -value "Must select hip joint(s)." m_ChaSkeletonsMenu.kMustSelectHip; displayString -replace -value "Must select joint(s) to label." m_ChaSkeletonsMenu.kMustSelectJointsToLabel; displayString -replace -value "Must select shoulder joint(s)." m_ChaSkeletonsMenu.kMustSelectShoulder; displayString -replace -value "No joints are selected." m_ChaSkeletonsMenu.kNoSelJoints; displayString -replace -value "retargetLabelType called with invalid type." m_ChaSkeletonsMenu.kRetargetInvType; displayString -replace -value "Select joints to label." m_ChaSkeletonsMenu.kSelectJointsToLabel; displayString -replace -value "Select joints to rename." m_ChaSkeletonsMenu.kSelectJointsToRename; displayString -replace -value "Joints" m_ChaSkeletonsMenu.kToolsDivider;