// =========================================================================== // 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 "Cannot find proxy for subdivision surface in proxy mode." m_subdDagMenuProc.kCannotFindProxy; displayString -replace -value "Display Coarser" m_subdDagMenuProc.kDisplayCoarser; displayString -replace -value "Coarser" m_subdDagMenuProc.kDisplayCoarserAnnot; displayString -replace -value "Display Finer" m_subdDagMenuProc.kDisplayFiner; displayString -replace -value "Finer" m_subdDagMenuProc.kDisplayFinerAnnot; displayString -replace -value "Edit polygon proxy object" m_subdDagMenuProc.kEditPolyProxy; displayString -replace -value "Edit polygon proxy object" m_subdDagMenuProc.kEditPolygon; displayString -replace -value "Edit subdiv components in the standard mode" m_subdDagMenuProc.kEditSubdiv; displayString -replace -value "Polygon" m_subdDagMenuProc.kPolygon; displayString -replace -value "Standard" m_subdDagMenuProc.kStandard;