// =========================================================================== // 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 "Aim constraint" m_performRemoveConstraintTarget.kAimConstraint; displayString -replace -value "The selected target will be removed as a aim constraint on the selected object" m_performRemoveConstraintTarget.kAimConstraintAnnot; displayString -replace -value "All" m_performRemoveConstraintTarget.kAll; displayString -replace -value "Constraint type:" m_performRemoveConstraintTarget.kConstraintType; displayString -replace -value "The selected target will be removed from any type of constraints on the selected object" m_performRemoveConstraintTarget.kConstraintTypeAnnot; displayString -replace -value "Geometry constraint" m_performRemoveConstraintTarget.kGeometryConstraint; displayString -replace -value "The selected target will be removed as a geometry constraint on the selected object" m_performRemoveConstraintTarget.kGeometryConstraintAnnot; displayString -replace -value "Maintain offset:" m_performRemoveConstraintTarget.kMaintainOffset; displayString -replace -value "Preserve the current offset between the object and the remaining target(s)" m_performRemoveConstraintTarget.kMaintainOffsetAnnot; displayString -replace -value "Normal constraint" m_performRemoveConstraintTarget.kNormalConstraint; displayString -replace -value "The selected target will be removed as a normal constraint on the selected object" m_performRemoveConstraintTarget.kNormalConstraintAnnot; displayString -replace -value "Orient constraint" m_performRemoveConstraintTarget.kOrientConstraint; displayString -replace -value "Parent constraint" m_performRemoveConstraintTarget.kParentConstraint; displayString -replace -value "The selected target will be removed as a parent constraint on the selected object" m_performRemoveConstraintTarget.kParentConstraintAnnot; displayString -replace -value "Point constraint" m_performRemoveConstraintTarget.kPointConstraint; displayString -replace -value "Point on poly constraint" m_performRemoveConstraintTarget.kPointOnPolyConstraint; displayString -replace -value "Pole vector constraint" m_performRemoveConstraintTarget.kPoleVectorConstraint; displayString -replace -value "The selected target will be removed as a pole vector constraint on the selected object" m_performRemoveConstraintTarget.kPoleVectorConstraintAnnot; displayString -replace -value "Remove" m_performRemoveConstraintTarget.kRemoveButton; displayString -replace -value "Remove Target Options" m_performRemoveConstraintTarget.kRemoveTargetOptions; displayString -replace -value "Scale constraint" m_performRemoveConstraintTarget.kScaleConstraint; displayString -replace -value "The selected target will be removed as a scale constraint on the selected object" m_performRemoveConstraintTarget.kScaleConstraintAnnot; displayString -replace -value "The selected target will be removed as a orient constraint on the selected object" m_performRemoveConstraintTarget.kTOrientConstraintAnnot; displayString -replace -value "The selected target will be removed as a point constraint on the selected object" m_performRemoveConstraintTarget.kTPointConstraintAnnot; displayString -replace -value "The selected target will be removed as a point on poly constraint on the selected object" m_performRemoveConstraintTarget.kTPointOnPolyConstraintAnnot; displayString -replace -value "Tangent constraint" m_performRemoveConstraintTarget.kTangentConstraint; displayString -replace -value "The selected target will be removed as a tangent constraint on the selected object" m_performRemoveConstraintTarget.kTangentConstraintAnnot;