// =========================================================================== // 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_commonSelectProperties.kAngle; displayString -replace -value "Automatic camera-based selection" m_commonSelectProperties.kAutoCameraBasedSelection; displayString -replace -value "Automatically enable camera-based selection when in shaded mode" m_commonSelectProperties.kAutoCameraBasedSelectionAnnot; displayString -replace -value "Border" m_commonSelectProperties.kBorder; displayString -replace -value "Camera-based selection" m_commonSelectProperties.kCameraBasedPaintSelection; displayString -replace -value "Drag select only camera-facing components" m_commonSelectProperties.kCameraBasedPaintSelectionAnnot; displayString -replace -value "Camera-based selection" m_commonSelectProperties.kCameraBasedSelection; displayString -replace -value "Marquee select only camera-facing components" m_commonSelectProperties.kCameraBasedSelectionAnnot; displayString -replace -value "Common Selection Options" m_commonSelectProperties.kCommonSelection; displayString -replace -value "Edge Loop" m_commonSelectProperties.kEdgeLoop; displayString -replace -value "Edge Ring" m_commonSelectProperties.kEdgeRing; displayString -replace -value "Off" m_commonSelectProperties.kFieldOff; displayString -replace -value "Highlight Affected" m_commonSelectProperties.kHighlightAffectedAnnot; displayString -replace -value "Highlight Affected" m_commonSelectProperties.kHighlightAffectedChkBox; displayString -replace -value "Marquee" m_commonSelectProperties.kMarqueeStyle; displayString -replace -value "Off" m_commonSelectProperties.kOff; displayString -replace -value "Highlight nearest component" m_commonSelectProperties.kPreSelectClosestComponent; displayString -replace -value "Preselect the component nearest to the cursor" m_commonSelectProperties.kPreSelectClosestComponentAnnot; displayString -replace -value "Highlight backfaces" m_commonSelectProperties.kPreSelectHighlightBackfaces; displayString -replace -value "Preselect backfacing components" m_commonSelectProperties.kPreSelectHighlightBackfacesAnnot; displayString -replace -value "Selection Constraint:" m_commonSelectProperties.kSelCnsLable; displayString -replace -value "Drag" m_commonSelectProperties.kSelectStyle; displayString -replace -value "Click-drag components to paint a selection (Tab)" m_commonSelectProperties.kSelectionStyleDragAnnot; displayString -replace -value "Click to select or click-drag to select using a rectangular marquee" m_commonSelectProperties.kSelectionStyleMarqueeAnnot; displayString -replace -value "Set the Selection Constraint Type" m_commonSelectProperties.kSetSelectionConstraintType; displayString -replace -value "Shell" m_commonSelectProperties.kShell; displayString -replace -value "Selection Style:" m_commonSelectProperties.kStyle; displayString -replace -value "UV Edge Loop" m_commonSelectProperties.kUVEdgeLoop;