// =========================================================================== // 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 "Default" m_manipScaleProperties.kDefaultPivot; displayString -replace -value "Manip" m_manipScaleProperties.kManipPivot; displayString -replace -value "Object" m_manipScaleProperties.kObjectPivot; displayString -replace -value "Prevent Negative Scale:" m_manipScaleProperties.kPreventNegativeScale; displayString -replace -value "Prevent negative scale for components" m_manipScaleProperties.kPreventNegativeScaleAnn; displayString -replace -value "Scale Center:" m_manipScaleProperties.kScalePivot; displayString -replace -value "Scale center point" m_manipScaleProperties.kScalePivotAnn; displayString -replace -value "Scale Settings" m_manipScaleProperties.kScaleSettings;