// =========================================================================== // 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 "Selection" m_manipRotateProperties.kCenterPivot; displayString -replace -value "Free Rotate:" m_manipRotateProperties.kCenterTrackball; displayString -replace -value "Enable free rotation when dragging on empty space inside the manipulator" m_manipRotateProperties.kCenterTrackballAnn; displayString -replace -value "Default" m_manipRotateProperties.kDefaultPivot; displayString -replace -value "Gimbal" m_manipRotateProperties.kGimbal; displayString -replace -value "Manip" m_manipRotateProperties.kManipPivot; displayString -replace -value "Modify Translation" m_manipRotateProperties.kModifyTranslation; displayString -replace -value "Modify the object's translation (instead of the rotate pivot) when rotating about a common center point" m_manipRotateProperties.kModifyTranslationAnn; displayString -replace -value "Object" m_manipRotateProperties.kObjectPivot; displayString -replace -value "Rotate Center:" m_manipRotateProperties.kRotatePivot; displayString -replace -value "Rotation center point" m_manipRotateProperties.kRotatePivotAnn; displayString -replace -value "Rotate Settings" m_manipRotateProperties.kRotateSettings;