// =========================================================================== // 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 "// ^1s ^2s clips.\n" m_doEnableClipArgList.kClips; displayString -replace -value "Disabled" m_doEnableClipArgList.kDisabled; displayString -replace -value "Enabled" m_doEnableClipArgList.kEnabled; displayString -replace -value "Select the clips to be enabled or disabled." m_doEnableClipArgList.kEnabledOrDisabledErr; displayString -replace -value "Select the clips to be disabled." m_doEnableClipArgList.kSelectTheClipsDisabledErr; displayString -replace -value "Select the clips to be enabled." m_doEnableClipArgList.kSelectTheClipsEnabledErr; displayString -replace -value "Toggled enable state on" m_doEnableClipArgList.kToggleEnableStateOn;