// =========================================================================== // 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 "Active objects have no keyable attributes, or animation layers are present and the BaseAnimation bar is not selected or locked." m_doSetKeyframeArgList.kActiveObjectsWarn; displayString -replace -value "Cancel" m_doSetKeyframeArgList.kCancel; displayString -replace -value "Current manipulator and active objects have no keyable attributes, or animation layers are present and the BaseAnimation bar is not selected or locked." m_doSetKeyframeArgList.kCurrentManipActiveWarn; displayString -replace -value "Current manipulator handle has no keyable attributes, or animation layers are present and the BaseAnimation bar is not selected or locked." m_doSetKeyframeArgList.kCurrentManipHandleWarn; displayString -replace -value "Current manipulator has no keyable attributes, or animation layers are present and the BaseAnimation bar is not selected or locked." m_doSetKeyframeArgList.kCurrentManipWarn; displayString -replace -value "Enter list of times:" m_doSetKeyframeArgList.kEnterListofTimes; displayString -replace -value "Invalid list of times" m_doSetKeyframeArgList.kInvalidListOfTimesErr; displayString -replace -value "No channels selected in Channel Box" m_doSetKeyframeArgList.kNoChannelsSelected; displayString -replace -value "No Key Set. Set a layer on a clip or mute the Time Editor to set keys." m_doSetKeyframeArgList.kNoKeySetCte; displayString -replace -value "No Key Set. The Time Editor is driving selected objects.\nSet a layer on a clip or mute the Time Editor to set keys." m_doSetKeyframeArgList.kNoKeySetScene; displayString -replace -value "No objects selected to set breakdowns" m_doSetKeyframeArgList.kNoObjectsSelBreakdowns; displayString -replace -value "No objects selected to set keys" m_doSetKeyframeArgList.kNoObjectsSelKeys; displayString -replace -value "OK" m_doSetKeyframeArgList.kOk; displayString -replace -value "Set Breakdown" m_doSetKeyframeArgList.kSetBreakdown; displayString -replace -value "Set Key" m_doSetKeyframeArgList.kSetKey;