// =========================================================================== // 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" m_performOrientConstraint.kAddButton; displayString -replace -value "All" m_performOrientConstraint.kAll; displayString -replace -value "Animation Layer" m_performOrientConstraint.kAnimLayer; displayString -replace -value "Constraint axes:" m_performOrientConstraint.kConstraintAxes; displayString -replace -value "Maintain offset:" m_performOrientConstraint.kMaintainOffset; displayString -replace -value "Preserve the initial offset between the object and the target(s)" m_performOrientConstraint.kMaintainOffsetAnnot; displayString -replace -value "None" m_performOrientConstraint.kNone; displayString -replace -value "Offset:" m_performOrientConstraint.kOffset; displayString -replace -value "Set layer to override:" m_performOrientConstraint.kOrientConstraintAnimLayerToOverride; displayString -replace -value "Indicate whether you want an absolute effect (override) from the constraint or an additive one" m_performOrientConstraint.kOrientConstraintAnimLayerToOverrideAnnot; displayString -replace -value "Orient Constraint Options" m_performOrientConstraint.kOrientConstraintOptions; displayString -replace -value "Weight:" m_performOrientConstraint.kWeight; displayString -replace -value "X" m_performOrientConstraint.kX; displayString -replace -value "Y" m_performOrientConstraint.kY; displayString -replace -value "Z" m_performOrientConstraint.kZ;