// =========================================================================== // 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 "Angle" m_polyCutUVOptionsPopup.kAngle; displayString -replace -value "Border" m_polyCutUVOptionsPopup.kBorder; displayString -replace -value "Component" m_polyCutUVOptionsPopup.kComponent; displayString -replace -value "Cut UVs" m_polyCutUVOptionsPopup.kCutUVs; displayString -replace -value "Edge" m_polyCutUVOptionsPopup.kEdge; displayString -replace -value "Edge Loop" m_polyCutUVOptionsPopup.kEdgeLoop; displayString -replace -value "Edge Ring" m_polyCutUVOptionsPopup.kEdgeRing; displayString -replace -value "Exit Tool" m_polyCutUVOptionsPopup.kExitTool; displayString -replace -value "Face" m_polyCutUVOptionsPopup.kFace; displayString -replace -value "Off" m_polyCutUVOptionsPopup.kMirrorOff; displayString -replace -value "Object X" m_polyCutUVOptionsPopup.kObjectX; displayString -replace -value "Object Y" m_polyCutUVOptionsPopup.kObjectY; displayString -replace -value "Object Z" m_polyCutUVOptionsPopup.kObjectZ; displayString -replace -value "Off" m_polyCutUVOptionsPopup.kOff; displayString -replace -value "Selection Constraints" m_polyCutUVOptionsPopup.kSelConstraintsLabel; displayString -replace -value "Sew UVs" m_polyCutUVOptionsPopup.kSewUVs; displayString -replace -value "Shell" m_polyCutUVOptionsPopup.kShell; displayString -replace -value "Show checker map" m_polyCutUVOptionsPopup.kShowCheckerMap; displayString -replace -value "Show Texture Borders" m_polyCutUVOptionsPopup.kShowTextureBorders; displayString -replace -value "Show UV Shell Coloring" m_polyCutUVOptionsPopup.kShowUVShellColoring; displayString -replace -value "Steady Stroke" m_polyCutUVOptionsPopup.kSteadyStroke; displayString -replace -value "Symmetry" m_polyCutUVOptionsPopup.kSymmetry; displayString -replace -value "Topology" m_polyCutUVOptionsPopup.kTopo; displayString -replace -value "UV Edge Loop" m_polyCutUVOptionsPopup.kUVEdgeLoop; displayString -replace -value "UV Shell" m_polyCutUVOptionsPopup.kUVShell; displayString -replace -value "Unfold and Layout" m_polyCutUVOptionsPopup.kUnfoldLayout; displayString -replace -value "World X" m_polyCutUVOptionsPopup.kWorldX; displayString -replace -value "World Y" m_polyCutUVOptionsPopup.kWorldY; displayString -replace -value "World Z" m_polyCutUVOptionsPopup.kWorldZ;