// =========================================================================== // 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 "Free Rotate" m_rotateMarkingMenuImpl.kCenterTrackballLabel; displayString -replace -value "Discrete Rotate" m_rotateMarkingMenuImpl.kDiscreteRotate; displayString -replace -value "Gimbal" m_rotateMarkingMenuImpl.kGimbalLabel; displayString -replace -value "Object" m_rotateMarkingMenuImpl.kLocalLabel; displayString -replace -value "Component" m_rotateMarkingMenuImpl.kNormalAverageRotate; displayString -replace -value "Preserve UVs" m_rotateMarkingMenuImpl.kPreserveUVs; displayString -replace -value "When true, the uvs are edited to project to new values to stop texture swimming as vertices are moved" m_rotateMarkingMenuImpl.kPreserveUVsAnnot; displayString -replace -value "Relative" m_rotateMarkingMenuImpl.kRelativeLabel; displayString -replace -value "Rotate Options" m_rotateMarkingMenuImpl.kRotateOptions; displayString -replace -value "Rotate tool options" m_rotateMarkingMenuImpl.kRotateToolOptionsAnnot; displayString -replace -value "Smart Duplicate" m_rotateMarkingMenuImpl.kSmartDuplicate; displayString -replace -value "Smart Extrude" m_rotateMarkingMenuImpl.kSmartExtrude; displayString -replace -value "Rotate Object Center" m_rotateMarkingMenuImpl.kUseObjectPivotLabel; displayString -replace -value "World" m_rotateMarkingMenuImpl.kWorldLabel;