// =========================================================================== // 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 "Angle" m_commonSelectionConstraintsOptionsPopup.kAngle; displayString -replace -value "Border" m_commonSelectionConstraintsOptionsPopup.kBorder; displayString -replace -value "Edge Loop" m_commonSelectionConstraintsOptionsPopup.kEdgeLoop; displayString -replace -value "Edge Ring" m_commonSelectionConstraintsOptionsPopup.kEdgeRing; displayString -replace -value "Off" m_commonSelectionConstraintsOptionsPopup.kOff; displayString -replace -value "Selection Constraints" m_commonSelectionConstraintsOptionsPopup.kSelConstraintsLabel; displayString -replace -value "Shell" m_commonSelectionConstraintsOptionsPopup.kShell; displayString -replace -value "Along Normals" m_commonSelectionConstraintsOptionsPopup.kSlideAlongNormals; displayString -replace -value "Edge Slide" m_commonSelectionConstraintsOptionsPopup.kSlideEdge; displayString -replace -value "Off" m_commonSelectionConstraintsOptionsPopup.kSlideOff; displayString -replace -value "Surface Slide" m_commonSelectionConstraintsOptionsPopup.kSlideSurface; displayString -replace -value "Transform Constraints" m_commonSelectionConstraintsOptionsPopup.kTranConstraintsLabel; displayString -replace -value "UV Edge Loop" m_commonSelectionConstraintsOptionsPopup.kUVEdgeLoop;