// =========================================================================== // 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 "Copy" m_performPolyCopyUV.kCopy; displayString -replace -value "Create New UV Set" m_performPolyCopyUV.kCreateNew; displayString -replace -value "Input UV Set Name" m_performPolyCopyUV.kInputUVSetName; displayString -replace -value "Insert Before Deformers" m_performPolyCopyUV.kInsertBeforeDeform; displayString -replace -value "CopyUV" m_performPolyCopyUV.kOptions; displayString -replace -value "Output UV Set Name: " m_performPolyCopyUV.kOutputUVSetName;