// =========================================================================== // 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 "Exit upon completion" m_scriptToolProperties.kExitUponCompletion; displayString -replace -value "Expand selection" m_scriptToolProperties.kExpandSelection; displayString -replace -value "Final command script:" m_scriptToolProperties.kFinalCommandScript; displayString -replace -value "Hierarchy selection" m_scriptToolProperties.kHierarchySelection; displayString -replace -value "Keep active" m_scriptToolProperties.kKeepActive; displayString -replace -value "Settings" m_scriptToolProperties.kScriptToolSettings; displayString -replace -value "Show manipulators" m_scriptToolProperties.kShowManipulators; displayString -replace -value "Title:" m_scriptToolProperties.kTitle;