// =========================================================================== // 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 "Settings" m_performPolyStraightenUVs.kSettingsFrame; displayString -replace -value "Angle:" m_performPolyStraightenUVs.kStraightenAngle; displayString -replace -value "Straighten Along:" m_performPolyStraightenUVs.kStraightenDirection; displayString -replace -value "Straighten UVs Options" m_performPolyStraightenUVs.kStraightenUVsOptions; displayString -replace -value "U" m_performPolyStraightenUVs.kU; displayString -replace -value "UV" m_performPolyStraightenUVs.kUV; displayString -replace -value "V" m_performPolyStraightenUVs.kV;