// =========================================================================== // 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 "Always" m_performFreezeTransformations.kAlways; displayString -replace -value "Freeze:" m_performFreezeTransformations.kFreeze; displayString -replace -value "Freeze Transform" m_performFreezeTransformations.kFreezeTransform; displayString -replace -value "Freeze Transformations Options" m_performFreezeTransformations.kFreezeTransformationsOptions; displayString -replace -value "Joint orient" m_performFreezeTransformations.kJointOrient; displayString -replace -value "Lock normals:" m_performFreezeTransformations.kLockNormals; displayString -replace -value "Never" m_performFreezeTransformations.kNever; displayString -replace -value "Non-rigid Transformations Only" m_performFreezeTransformations.kNonRigidTransformationsOnly; displayString -replace -value "Preserve normals" m_performFreezeTransformations.kPreserveNormals; displayString -replace -value "Rotate" m_performFreezeTransformations.kRotate; displayString -replace -value "Scale" m_performFreezeTransformations.kScale; displayString -replace -value "Translate" m_performFreezeTransformations.kTranslate;