// =========================================================================== // 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 "Convert NURBS/Polygons to Subdiv Options" m_performSubdivCreate.kConvertNURBS; displayString -replace -value "Create" m_performSubdivCreate.kCreate; displayString -replace -value "Keep original" m_performSubdivCreate.kKeepOriginal; displayString -replace -value "Maximum base mesh faces:" m_performSubdivCreate.kMaximumBase; displayString -replace -value "Maximum edges per vertex:" m_performSubdivCreate.kMaximumEdges; displayString -replace -value "Proxy object" m_performSubdivCreate.kProxyObjec; displayString -replace -value "Standard (no history)" m_performSubdivCreate.kStandard; displayString -replace -value "Subdivision surface mode:" m_performSubdivCreate.kSubdivisionSurface;