// =========================================================================== // 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 "Polygon components need to be selected before performing this operation" m_texCheckSelection.kNoComponents; displayString -replace -value "This operation requires an edge selection" m_texCheckSelection.kNoEdge; displayString -replace -value "Some edges or UVs must be selected before performing this operation" m_texCheckSelection.kNoEdgeUV; displayString -replace -value "Faces must be selected before performing this operation" m_texCheckSelection.kNoFace; displayString -replace -value "Faces or a mesh must be selected before performing this operation" m_texCheckSelection.kNoFaceMesh; displayString -replace -value "Faces or UVs must be selected before performing this operation" m_texCheckSelection.kNoFaceUV; displayString -replace -value "A mesh must be selected before performing this operation" m_texCheckSelection.kNoMesh; displayString -replace -value "A mesh or some UVs must be selected before performing this operation." m_texCheckSelection.kNoMeshUV; displayString -replace -value "No objects selected. Some objects must be selected before performing this operation" m_texCheckSelection.kNoSelection; displayString -replace -value "A mesh must be selected before performing this operation" m_texCheckSelection.kNoSingleFace; displayString -replace -value "Exactly one mesh must be selected before performing a UV set rename" m_texCheckSelection.kNoSingleMesh; displayString -replace -value "Exactly two UVs must be selected to perform this operation" m_texCheckSelection.kNoTwoUV; displayString -replace -value "Some UVs must be selected before performing this operation" m_texCheckSelection.kNoUV;