// =========================================================================== // 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 "Adaptive" m_performSubdivTessellate.kAdaptive; displayString -replace -value "Convert" m_performSubdivTessellate.kConvert; displayString -replace -value "Convert Subdiv to Polygons Options" m_performSubdivTessellate.kConvertSubdivOptions; displayString -replace -value "Divisions per face:" m_performSubdivTessellate.kDivisionsPerFace; displayString -replace -value "Hide" m_performSubdivTessellate.kHide; displayString -replace -value "Level:" m_performSubdivTessellate.kLevel; displayString -replace -value "Maximum number polygons:" m_performSubdivTessellate.kMaximumNumberPolygons; displayString -replace -value "Original object:" m_performSubdivTessellate.kOriginalObject; displayString -replace -value "Polygon count" m_performSubdivTessellate.kPolygonCount; displayString -replace -value "Replace" m_performSubdivTessellate.kReplace; displayString -replace -value "Share UVs:" m_performSubdivTessellate.kShareUVs; displayString -replace -value "Show" m_performSubdivTessellate.kShow; displayString -replace -value "Tessellation method:" m_performSubdivTessellate.kTessellationMethod; displayString -replace -value "Uniform" m_performSubdivTessellate.kUniform; displayString -replace -value "Vertices" m_performSubdivTessellate.kVertices;