// =========================================================================== // 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 "Complete Tool" m_buildObjectMenuItemsNow.kCompleteTool; displayString -replace -value "Exit" m_buildObjectMenuItemsNow.kExitPivotMode; displayString -replace -value "Parent doesn't exist" m_buildObjectMenuItemsNow.kParentWarn; displayString -replace -value "Pin Component Pivot" m_buildObjectMenuItemsNow.kPinComponentPivot; displayString -replace -value "Reset Pivot" m_buildObjectMenuItemsNow.kResetPivot; displayString -replace -value "Reset Pivot Orientation" m_buildObjectMenuItemsNow.kResetPivotOrientation; displayString -replace -value "Reset Pivot Position" m_buildObjectMenuItemsNow.kResetPivotPosition; displayString -replace -value "Select All" m_buildObjectMenuItemsNow.kSelectAll; displayString -replace -value "Show Orientation Handle" m_buildObjectMenuItemsNow.kShowPivotOrientationHandle; displayString -replace -value "Snap Pivot Orientation" m_buildObjectMenuItemsNow.kSnapPivotOrientation; displayString -replace -value "Snap Pivot Position" m_buildObjectMenuItemsNow.kSnapPivotPosition;