// =========================================================================== // 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 UVs to UV Set: The current UVset is empty. No copying was done." m_performPolyCopyUVsToUVsetArgList.kEmptyCurrUVSet; displayString -replace -value "Copy UVs to UV Set: Incorrect number of paramaters in call to performPolyCopyUVsToUVsetArgList." m_performPolyCopyUVsToUVsetArgList.kIncorrectParamNumber; displayString -replace -value "No object selected. Copy UVs to UV Set works on polygonal faces. Select either a polygonal object or faces of a single polygonal object" m_performPolyCopyUVsToUVsetArgList.kNOObjSel; displayString -replace -value "Copy UVs to UV Set only worked on the first selected object: ^1s" m_performPolyCopyUVsToUVsetArgList.kOnlyWorkedOnFirst;