// =========================================================================== // 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 "Display Coarser" m_subdConvertMM.kDisplayCoarser; displayString -replace -value "Display Finer" m_subdConvertMM.kDisplayFiner; displayString -replace -value "Expand Selection" m_subdConvertMM.kExpandSelection; displayString -replace -value "Refine Selection" m_subdConvertMM.kRefineSelection; displayString -replace -value "To Edges" m_subdConvertMM.kToEdge; displayString -replace -value "To Faces" m_subdConvertMM.kToFaces; displayString -replace -value "To UVs" m_subdConvertMM.kToUVs; displayString -replace -value "To Vertices" m_subdConvertMM.kToVertices;