// =========================================================================== // 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 "Clockwise:" m_performPolyRotateUVsDirectional.kClockwise; displayString -replace -value "Counterclockwise:" m_performPolyRotateUVsDirectional.kCounterclockwise; displayString -replace -value "Rotate UVs" m_performPolyRotateUVsDirectional.kRotateUVs; displayString -replace -value "Rotate UVs Clockwise Options" m_performPolyRotateUVsDirectional.kRotateUVsClockwiseOptions; displayString -replace -value "Rotate UVs Counterclockwise Options" m_performPolyRotateUVsDirectional.kRotateUVsCounterclockwiseOptions; displayString -replace -value "Rotation Angle" m_performPolyRotateUVsDirectional.kRotationAngleFrame;