// =========================================================================== // 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 Mapping" m_SubdTextureMenu.kAutomaticMapping; displayString -replace -value "Automatic projection options" m_SubdTextureMenu.kAutomaticProjectionAnnot; displayString -replace -value "Cancel" m_SubdTextureMenu.kCancel; displayString -replace -value "Create a cylindrical projection on the selected faces" m_SubdTextureMenu.kCreateCylindricalProjectionAnnot; displayString -replace -value "Create a projection planar to the selected faces" m_SubdTextureMenu.kCreatePlanarAnnot; displayString -replace -value "Create a spheric projection on the selected faces" m_SubdTextureMenu.kCreateSphericProjectionAnnot; displayString -replace -value "Cylindrical Mapping..." m_SubdTextureMenu.kCylindricalItem1; displayString -replace -value "Cylindrical Mapping" m_SubdTextureMenu.kCylindricalItem2; displayString -replace -value "Cylindrical mapping options" m_SubdTextureMenu.kCylindricalMappingOptionsAnnot; displayString -replace -value "Layout UVs" m_SubdTextureMenu.kLayoutUVs; displayString -replace -value "Layout UVs options" m_SubdTextureMenu.kLayoutUVsOptionsAnnot; displayString -replace -value "Map the texture border indicated by selected UV to specified shape" m_SubdTextureMenu.kMapTextureAnnot; displayString -replace -value "Map UV Border" m_SubdTextureMenu.kMapUVBorder; displayString -replace -value "Map UV border options" m_SubdTextureMenu.kMapUVBorderOptionsAnnot; displayString -replace -value "OK" m_SubdTextureMenu.kOK; displayString -replace -value "Planar mapping options" m_SubdTextureMenu.kPlanarMappingOptionsAnnot; displayString -replace -value "Planar Mapping..." m_SubdTextureMenu.kPlanarOption1; displayString -replace -value "Planar Mapping" m_SubdTextureMenu.kPlanarOption2; displayString -replace -value "Relax the selected UVs" m_SubdTextureMenu.kRelaxSelectedUVsAnnot; displayString -replace -value "Relax UVs " m_SubdTextureMenu.kRelaxUVs; displayString -replace -value "Relax UVs options" m_SubdTextureMenu.kRelaxUVsOptionsAnnot; displayString -replace -value "Select faces to be mapped automatically" m_SubdTextureMenu.kSelectFacesAnnot; displayString -replace -value "Select faces to be moved in UV space" m_SubdTextureMenu.kSelectFacesUVAnnot; displayString -replace -value "Spherical Mapping..." m_SubdTextureMenu.kSpericalItem1; displayString -replace -value "Spherical Mapping" m_SubdTextureMenu.kSpericalItem2; displayString -replace -value "Spherical mapping options" m_SubdTextureMenu.kSphericalMappingOptionsAnnot; displayString -replace -value "UV set name:" m_SubdTextureMenu.kUVSetName;