// =========================================================================== // 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 "Automatically set tumble pivot" m_tumbleProperties.kAutoSetPivot; displayString -replace -value "Use the most recent selection (or the most recent sculpting stroke) as the camera's tumble pivot" m_tumbleProperties.kAutoSetPivotAnnotation; displayString -replace -value "Center of Interest" m_tumbleProperties.kCenterofInterest; displayString -replace -value "Locked" m_tumbleProperties.kLocked; displayString -replace -value "Ortho step:" m_tumbleProperties.kOrthoStep; displayString -replace -value "Orthographic views:" m_tumbleProperties.kOrthographicViews; displayString -replace -value "Stepped" m_tumbleProperties.kStepped; displayString -replace -value "Tumble about:" m_tumbleProperties.kTumbleAbout; displayString -replace -value "Tumble on object" m_tumbleProperties.kTumbleOnObject; displayString -replace -value "Tumble pivot" m_tumbleProperties.kTumblePivot; displayString -replace -value "Tumble scale:" m_tumbleProperties.kTumbleScale; displayString -replace -value "Tumble Settings" m_tumbleProperties.kTumbleSettings;