// =========================================================================== // 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 "Global" m_commonTexSoftSelectOptionsPopup.kGlobalLabel; displayString -replace -value "Object" m_commonTexSoftSelectOptionsPopup.kObjectLabel; displayString -replace -value "Color Feedback" m_commonTexSoftSelectOptionsPopup.kSoftSelectColourLabel; displayString -replace -value "Soft Select" m_commonTexSoftSelectOptionsPopup.kSoftSelectLabel; displayString -replace -value "Surface" m_commonTexSoftSelectOptionsPopup.kSurfaceLabel; displayString -replace -value "Volume" m_commonTexSoftSelectOptionsPopup.kVolumeLabel;