// =========================================================================== // 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 "Behavior" m_performMirrorJoint.kBehavior; displayString -replace -value "Mirror" m_performMirrorJoint.kMirror; displayString -replace -value "Mirror across:" m_performMirrorJoint.kMirrorAcross; displayString -replace -value "Mirror function:" m_performMirrorJoint.kMirrorFunction; displayString -replace -value "Mirror Joint Options" m_performMirrorJoint.kMirrorJointOptions; displayString -replace -value "Orientation" m_performMirrorJoint.kOrientation; displayString -replace -value "Replace with:" m_performMirrorJoint.kReplaceWith; displayString -replace -value " Replacement names for duplicated joints" m_performMirrorJoint.kReplacementNames; displayString -replace -value "Search for:" m_performMirrorJoint.kSearchFor; displayString -replace -value "XY" m_performMirrorJoint.kXY; displayString -replace -value "XZ" m_performMirrorJoint.kXZ; displayString -replace -value "YZ" m_performMirrorJoint.kYZ;