// =========================================================================== // 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 "All" m_keySetOptionBoxCommon.kAll; displayString -replace -value "All keyable" m_keySetOptionBoxCommon.kAllKeyable; displayString -replace -value "Below" m_keySetOptionBoxCommon.kBelow; displayString -replace -value "keySetOptionBoxCommon: ^1schannelBoxSyntax argument error" m_keySetOptionBoxCommon.kChannelBoxError; displayString -replace -value "Channels:" m_keySetOptionBoxCommon.kChannels; displayString -replace -value "Control points:" m_keySetOptionBoxCommon.kControlPoints; displayString -replace -value "Driven channels:" m_keySetOptionBoxCommon.kDrivenChannels; displayString -replace -value "End time:" m_keySetOptionBoxCommon.kEndTime; displayString -replace -value "From Channel Box" m_keySetOptionBoxCommon.kFromChannelBox; displayString -replace -value "Hierarchy:" m_keySetOptionBoxCommon.kHierarchy; displayString -replace -value "keySetOptionBoxCommon: action \"^1s\" is invalid" m_keySetOptionBoxCommon.kInvalidAction; displayString -replace -value "keySetOptionBoxCommon: ^1s'setOptionVars' argument error" m_keySetOptionBoxCommon.kKeySetArgError; displayString -replace -value "keySetOptionBoxCommon: requires $cmd, $selectionConnection, $action" m_keySetOptionBoxCommon.kKeySetOptionError; displayString -replace -value "keySetOptionBoxCommon: ^1s'widgets' argument error" m_keySetOptionBoxCommon.kKeySetWidgetError; displayString -replace -value "Objects:" m_keySetOptionBoxCommon.kObjects; displayString -replace -value "Preview" m_keySetOptionBoxCommon.kPreview; displayString -replace -value "Selected" m_keySetOptionBoxCommon.kSelected; displayString -replace -value "Selection" m_keySetOptionBoxCommon.kSelection; displayString -replace -value "keySetOptionBoxCommon: ^1s'selectionChanged' argument error" m_keySetOptionBoxCommon.kSelectionError; displayString -replace -value "Shapes:" m_keySetOptionBoxCommon.kShapes; displayString -replace -value "Start/End" m_keySetOptionBoxCommon.kStartEnd; displayString -replace -value "Start time:" m_keySetOptionBoxCommon.kStartTime; displayString -replace -value "Time range:" m_keySetOptionBoxCommon.kTimeRange;