// =========================================================================== // 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 "A to B" m_uvTkBuildCutSewOptions.kAtoB; displayString -replace -value "Auto-Seams" m_uvTkBuildCutSewOptions.kAutoSeams; displayString -replace -value "Automatically select and cut seams for the selected objects or shells" m_uvTkBuildCutSewOptions.kAutoSeamsAnnot; displayString -replace -value "B to A" m_uvTkBuildCutSewOptions.kBtoA; displayString -replace -value "Create Shell (Grid)" m_uvTkBuildCutSewOptions.kCreateShellGrid; displayString -replace -value "Create UV Shell" m_uvTkBuildCutSewOptions.kCreateUVShell; displayString -replace -value "Cut" m_uvTkBuildCutSewOptions.kCut; displayString -replace -value "Cut Tool" m_uvTkBuildCutSewOptions.kCutTool; displayString -replace -value "Interactively split UVs by dragging along edges" m_uvTkBuildCutSewOptions.kCutToolAnnot; displayString -replace -value "Shift + LMB: Options" m_uvTkBuildCutSewOptions.kExtraAnnot; displayString -replace -value "Sew" m_uvTkBuildCutSewOptions.kSew; displayString -replace -value "Sew Tool" m_uvTkBuildCutSewOptions.kSewTool; displayString -replace -value "Interactively weld UVs together by dragging along edges" m_uvTkBuildCutSewOptions.kSewToolAnnot; displayString -replace -value "Select this option to move, rotate and scale the smallest UV shell before stitching to the largest" m_uvTkBuildCutSewOptions.kStitchAtoBAnnot; displayString -replace -value "Select this option to move, rotate and scale the largest UV shell before stitching to the smallest" m_uvTkBuildCutSewOptions.kStitchBtoAAnnot; displayString -replace -value "Stitch Together" m_uvTkBuildCutSewOptions.kStitchTogether; displayString -replace -value "Select a shared border edge to stitch neighboring UV shells together by moving, rotating and scaling one of them to fit" m_uvTkBuildCutSewOptions.kStitchTogetherAnnot;