// =========================================================================== // 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 "To Contained Edges" m_PolygonsSelectMenu.kNewConvertSelectionToContainedEdges; displayString -replace -value "To Contained Faces" m_PolygonsSelectMenu.kNewConvertSelectionToContainedFaces; displayString -replace -value "To Edge Loop" m_PolygonsSelectMenu.kNewConvertSelectionToEdgeLoop; displayString -replace -value "To Edge Perimeter" m_PolygonsSelectMenu.kNewConvertSelectionToEdgePerimeter; displayString -replace -value "To Edge Ring" m_PolygonsSelectMenu.kNewConvertSelectionToEdgeRing; displayString -replace -value "To Edges" m_PolygonsSelectMenu.kNewConvertSelectionToEdges; displayString -replace -value "To Face Path" m_PolygonsSelectMenu.kNewConvertSelectionToFacePath; displayString -replace -value "To Faces" m_PolygonsSelectMenu.kNewConvertSelectionToFaces; displayString -replace -value "To Shell" m_PolygonsSelectMenu.kNewConvertSelectionToShell; displayString -replace -value "To Shell Border" m_PolygonsSelectMenu.kNewConvertSelectionToShellBorder; displayString -replace -value "To UV Border" m_PolygonsSelectMenu.kNewConvertSelectionToUVBorder; displayString -replace -value "To UV Edge Loop" m_PolygonsSelectMenu.kNewConvertSelectionToUVEdgeLoop; displayString -replace -value "To UV Perimeter" m_PolygonsSelectMenu.kNewConvertSelectionToUVPerimeter; displayString -replace -value "To UV Shell" m_PolygonsSelectMenu.kNewConvertSelectionToUVShell; displayString -replace -value "To UVs" m_PolygonsSelectMenu.kNewConvertSelectionToUVs; displayString -replace -value "To Vertex Faces" m_PolygonsSelectMenu.kNewConvertSelectionToVertexFaces; displayString -replace -value "To Vertex Perimeter" m_PolygonsSelectMenu.kNewConvertSelectionToVertexPerimeter; displayString -replace -value "To Vertices" m_PolygonsSelectMenu.kNewConvertSelectionToVertices; displayString -replace -value "Grow Selection Region Along Loop" m_PolygonsSelectMenu.kNewGrowLoopSelectionRegion; displayString -replace -value "Grow Selection Region" m_PolygonsSelectMenu.kNewGrowSelectionRegion; displayString -replace -value "Convert Selection" m_PolygonsSelectMenu.kNewPolyConvertSelection; displayString -replace -value "Edge" m_PolygonsSelectMenu.kNewPolySelectEdge; displayString -replace -value "Face" m_PolygonsSelectMenu.kNewPolySelectFace; displayString -replace -value "Multi-Component" m_PolygonsSelectMenu.kNewPolySelectMultiComponent; displayString -replace -value "Object/Component" m_PolygonsSelectMenu.kNewPolySelectObjectComponent; displayString -replace -value "UV" m_PolygonsSelectMenu.kNewPolySelectUVs; displayString -replace -value "Vertex" m_PolygonsSelectMenu.kNewPolySelectVertices; displayString -replace -value "Vertex Face" m_PolygonsSelectMenu.kNewPolySelectVtxFaces; displayString -replace -value "Select Border Edge Tool" m_PolygonsSelectMenu.kNewSelectBorderEdgeTool; displayString -replace -value "Select Contiguous Edges" m_PolygonsSelectMenu.kNewSelectContiguousEdges; displayString -replace -value "Select Selection Boundary" m_PolygonsSelectMenu.kNewSelectSelectionBoundary; displayString -replace -value "Select Using Constraints..." m_PolygonsSelectMenu.kNewSelectionConstraints; displayString -replace -value "Shrink Selection Region Along Loop" m_PolygonsSelectMenu.kNewShrinkLoopSelectionRegion; displayString -replace -value "Shrink Selection Region" m_PolygonsSelectMenu.kNewShrinkSelectionRegion; displayString -replace -value "Select Shortest Edge Path Tool" m_PolygonsSelectMenu.kSelectShortestEdgePathTool;