// =========================================================================== // 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 "Automatic" m_contextPolyToolsUVMappingMM.kAutomatic; displayString -replace -value "Best Plane" m_contextPolyToolsUVMappingMM.kBestPlaneTexturing; displayString -replace -value "Camera-Based" m_contextPolyToolsUVMappingMM.kCameraBased; displayString -replace -value "Contour Stretch Options" m_contextPolyToolsUVMappingMM.kContourOptionsAnnot; displayString -replace -value "Contour Stretch" m_contextPolyToolsUVMappingMM.kContourStretch; displayString -replace -value "Normal-Based" m_contextPolyToolsUVMappingMM.kNormalBased; displayString -replace -value "Planar" m_contextPolyToolsUVMappingMM.kPlannar; displayString -replace -value "Spherical" m_contextPolyToolsUVMappingMM.kSpherical; displayString -replace -value "Cylindrical" m_contextPolyToolsUVMappingMM.kSylindrical;