// =========================================================================== // 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 "Automatic Camera-Based Selection" m_commonSelectOptionsPopup.kAutoCBSelect; displayString -replace -value "Automatically activate camera-based selection in shaded display mode" m_commonSelectOptionsPopup.kAutoCBSelectAnnot; displayString -replace -value "Camera-Based Selection" m_commonSelectOptionsPopup.kCBSelect; displayString -replace -value "Clear Selection" m_commonSelectOptionsPopup.kClearSelect; displayString -replace -value "Asset Centric" m_commonSelectOptionsPopup.kContainerCentricLabel; displayString -replace -value "Global" m_commonSelectOptionsPopup.kGlobalLabel; displayString -replace -value "Highlight Backfaces" m_commonSelectOptionsPopup.kHighlightBackfacesLabel; displayString -replace -value "Highlight Nearest Component" m_commonSelectOptionsPopup.kHighlightClosestLabel; displayString -replace -value "Marquee" m_commonSelectOptionsPopup.kMarqueeSelect; displayString -replace -value "Object" m_commonSelectOptionsPopup.kObjectLabel; displayString -replace -value "Preselection Highlight" m_commonSelectOptionsPopup.kPreSelectHiliteLabel; displayString -replace -value "Select" m_commonSelectOptionsPopup.kSelectLabel; displayString -replace -value "Color Feedback" m_commonSelectOptionsPopup.kSoftSelectColourLabel; displayString -replace -value "Soft Select" m_commonSelectOptionsPopup.kSoftSelectLabel; displayString -replace -value "Soft Select" m_commonSelectOptionsPopup.kSoftSelectToggleLabel; displayString -replace -value "Surface" m_commonSelectOptionsPopup.kSurfaceLabel; displayString -replace -value "Volume" m_commonSelectOptionsPopup.kVolumeLabel;