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