// =========================================================================== // 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 "Average Normals" m_PolygonsNormalsMenu.kNewAverageNormals; displayString -replace -value "Conform" m_PolygonsNormalsMenu.kNewConform; displayString -replace -value "Harden Edge" m_PolygonsNormalsMenu.kNewHardenEdge; displayString -replace -value "Lock Normals" m_PolygonsNormalsMenu.kNewLockNormal; displayString -replace -value "Lock the Vertex normals" m_PolygonsNormalsMenu.kNewLockNormalAnnot; displayString -replace -value "Reverse" m_PolygonsNormalsMenu.kNewReverse; displayString -replace -value "Set Normal Angle..." m_PolygonsNormalsMenu.kNewSetNormalAngle; displayString -replace -value "Set to Face" m_PolygonsNormalsMenu.kNewSetToFace; displayString -replace -value "Soften Edge" m_PolygonsNormalsMenu.kNewSoftenEdge; displayString -replace -value "Unlock Normals" m_PolygonsNormalsMenu.kNewUnlockNormal; displayString -replace -value "Unlock the Vertex normals" m_PolygonsNormalsMenu.kNewUnlockNormalAnnot; displayString -replace -value "Vertex Normal Edit Option Box" m_PolygonsNormalsMenu.kNewVertexNormalEditBoxOptions; displayString -replace -value "Vertex normal edit options" m_PolygonsNormalsMenu.kNewVertexNormalEditOptionsAnnot; displayString -replace -value "Vertex Normal Edit Tool" m_PolygonsNormalsMenu.kNewVertexNormalEditTool; displayString -replace -value "Set Vertex Normal" m_PolygonsNormalsMenu.kSetVertexNormal;