// =========================================================================== // 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 "Center the view about the current time" m_clipEditorPanel.kCenterCurrentTimeIconAnnot; displayString -replace -value "Character Clips" m_clipEditorPanel.kCharacterClips; displayString -replace -value "Create blend" m_clipEditorPanel.kCreateBlendIconAnnot; displayString -replace -value "Create clip" m_clipEditorPanel.kCreateClipIconAnnot; displayString -replace -value "Frame playback range" m_clipEditorPanel.kFramePlaybackRangeIconAnnot; displayString -replace -value "Get clips" m_clipEditorPanel.kGetClipsIconAnnot; displayString -replace -value "Open the Dope Sheet" m_clipEditorPanel.kGetDopeSheetIconAnnot; displayString -replace -value "Open the Graph Editor" m_clipEditorPanel.kGetGraphEditorIconAnnot; displayString -replace -value "Graph anim curves" m_clipEditorPanel.kGraphAnimCurvesIconAnnot; displayString -replace -value "Graph weight curves" m_clipEditorPanel.kGraphWeightCurvesIconAnnot; displayString -replace -value "Group" m_clipEditorPanel.kGroupIconAnnot; displayString -replace -value "Help on Trax" m_clipEditorPanel.kHelpTrax; displayString -replace -value "Get help on the Trax Editor" m_clipEditorPanel.kHelpTraxAnnot; displayString -replace -value "Set a keyframe at the current frame into the clip" m_clipEditorPanel.kKeyIntoClipIconAnnot; displayString -replace -value "Load selected characters" m_clipEditorPanel.kLoadSelCharsIconAnnot; displayString -replace -value "Trim clip after current time" m_clipEditorPanel.kTrimClipAfterIconAnnot; displayString -replace -value "Trim clip before current time" m_clipEditorPanel.kTrimClipBeforeIconAnnot; displayString -replace -value "Ungroup" m_clipEditorPanel.kUngroupIconAnnot;