// =========================================================================== // 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 "Along Rotation Axis" m_scaleMarkingMenuImpl.kAlongRotationAxisScale; displayString -replace -value "Axis" m_scaleMarkingMenuImpl.kAxisLabel; displayString -replace -value "Scale Object Center" m_scaleMarkingMenuImpl.kComponentUseObjectPivot; displayString -replace -value "Live Object Axis" m_scaleMarkingMenuImpl.kLiveObjectAxisScale; displayString -replace -value "Parent" m_scaleMarkingMenuImpl.kLocalScale; displayString -replace -value "Component" m_scaleMarkingMenuImpl.kNormalAverageScale; displayString -replace -value "Normal" m_scaleMarkingMenuImpl.kNormalScale; displayString -replace -value "Object" m_scaleMarkingMenuImpl.kObjectScale; displayString -replace -value "Preserve UVs" m_scaleMarkingMenuImpl.kPreserveUVs; displayString -replace -value "When true, the uvs are edited to project to new values to stop texture swimming as vertices are moved" m_scaleMarkingMenuImpl.kPreserveUVsAnnot; displayString -replace -value "Prevent Negative Scale" m_scaleMarkingMenuImpl.kPreventNegativeScale; displayString -replace -value "When true, prevents scaling components past a value of 0 (no negative values)" m_scaleMarkingMenuImpl.kPreventNegativeScaleAnnot; displayString -replace -value "Relative" m_scaleMarkingMenuImpl.kRelativeMode; displayString -replace -value "Relative mode scale snapping toggle" m_scaleMarkingMenuImpl.kRelativeModeScaleSnappingAnnot; displayString -replace -value "Scale option box" m_scaleMarkingMenuImpl.kScaleOptionBoxAnnot; displayString -replace -value "Scale Options" m_scaleMarkingMenuImpl.kScaleOptions; displayString -replace -value "Scale snapping toggle" m_scaleMarkingMenuImpl.kScaleSnappingToggleAnnot; displayString -replace -value "Smart Duplicate" m_scaleMarkingMenuImpl.kSmartDuplicate; displayString -replace -value "Smart Extrude" m_scaleMarkingMenuImpl.kSmartExtrude; displayString -replace -value "Snap Scale" m_scaleMarkingMenuImpl.kSnapScale; displayString -replace -value "World" m_scaleMarkingMenuImpl.kWorldScale;