// =========================================================================== // 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 "Move Settings" m_texMoveProperties.kMoveSnapSettings; displayString -replace -value "Retain component spacing" m_texMoveProperties.kRetainComponentSpacing; displayString -replace -value "Move components in increments (J)" m_texMoveProperties.kStepSnapAnn; displayString -replace -value "Step Snap:" m_texMoveProperties.kStepSnapLabel; displayString -replace -value "Restrict transformations to the edges of the selected mesh.\nHold Ctrl+Shift while using the Move, Rotate or Scale UV tools to temporarily constrain to edges." m_texMoveProperties.kTranConstAnn; displayString -replace -value "Transform Constraint:" m_texMoveProperties.kTranConstLabel;