// =========================================================================== // 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 "Back-Facing" m_buildTexSelConstMenu.kBackFacing; displayString -replace -value "Front-Facing" m_buildTexSelConstMenu.kFrontFacing; displayString -replace -value "Geometry Borders" m_buildTexSelConstMenu.kGeometryBorders; displayString -replace -value "Off" m_buildTexSelConstMenu.kOff; displayString -replace -value "Texture Borders" m_buildTexSelConstMenu.kTextureBorders; displayString -replace -value "UV Edge Loop" m_buildTexSelConstMenu.kUVEdgeLoop; displayString -replace -value "UV Edge Ring" m_buildTexSelConstMenu.kUVEdgeRing; displayString -replace -value "UV Shell" m_buildTexSelConstMenu.kUVShell;