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