// =========================================================================== // 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 "Independent" m_toggleVisibilityAndKeepSelectionOptions.kDependent; displayString -replace -value "Dependent" m_toggleVisibilityAndKeepSelectionOptions.kIndependent; displayString -replace -value "First Selection:" m_toggleVisibilityAndKeepSelectionOptions.kMultipleObjects; displayString -replace -value "Options" m_toggleVisibilityAndKeepSelectionOptions.kOptions; displayString -replace -value "Toggle Visibility Options" m_toggleVisibilityAndKeepSelectionOptions.kToggleVisibilityOptions;