// =========================================================================== // 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 "The selection is now hidden.\nTo show hidden items, select them using the Outliner, and press Shift + h." m_doHideObjects.kIvmHideSelected; displayString -replace -value "The selection is now hidden.\nTo show all hidden components, press Ctrl + Alt + h." m_doHideObjects.kIvmHideSelectedComponents; displayString -replace -value "Unselected item(s) are now hidden.\nTo show hidden items, select them using the Outliner, and press Shift + h." m_doHideObjects.kIvmHideUnselected; displayString -replace -value "Unselected components are now hidden.\nTo show all components, press Ctrl + Alt + a." m_doHideObjects.kIvmHideUnselectedComponents; displayString -replace -value "There is nothing selected to hide" m_doHideObjects.kIvmInvalidSelected; displayString -replace -value "There are no unselected items to hide" m_doHideObjects.kIvmInvalidUnSelected; displayString -replace -value "There are no selected components to show" m_doHideObjects.kIvmInvalidUnSelectedComponents;