// =========================================================================== // 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 "Create Additive Layer" m_teEditorPanel.kCTEAddAdditiveLayerAnnot; displayString -replace -value "Create Override Layer" m_teEditorPanel.kCTEAddOverrideLayerAnnot; displayString -replace -value "Hold mode: Extend the first/last animation of the clip." m_teEditorPanel.kCTEClipEditHoldAnnot; displayString -replace -value "Loop mode: Create loops of the clip animation at the start and end of the clip." m_teEditorPanel.kCTEClipEditLoopAnnot; displayString -replace -value "Scale mode: Change playback speed of the clip." m_teEditorPanel.kCTEClipEditScaleAnnot; displayString -replace -value "Trim mode: Set the in and out point of the clip." m_teEditorPanel.kCTEClipEditTrimAnnot; displayString -replace -value "Open the Game Exporter" m_teEditorPanel.kCTEGameExporterAnnot; displayString -replace -value "Open Graph Editor for the weight curve of the selected clip" m_teEditorPanel.kCTEGraphWeightCurveAnnot; displayString -replace -value "Match poses with Relocator" m_teEditorPanel.kCTEMatchPosesAnnot; displayString -replace -value "Create a relocator" m_teEditorPanel.kCTERelocatorAnnot; displayString -replace -value "Set keyframe" m_teEditorPanel.kCTESetKeyIconAnnot; displayString -replace -value "Set zero keyframe" m_teEditorPanel.kCTESetZeroKeyIconAnnot; displayString -replace -value "Split a clip at current time" m_teEditorPanel.kCTESplitClipAnnot; displayString -replace -value "Toggle keep transitions" m_teEditorPanel.kCTEToggleKeepTransitionAnnot; displayString -replace -value "Toggle ripple" m_teEditorPanel.kCTEToggleRippleAnnot; displayString -replace -value "Toggle snapping to clip" m_teEditorPanel.kCTEToggleSnappingAnnot; displayString -replace -value "Trim end to current time" m_teEditorPanel.kCTETrimAfterAnnot; displayString -replace -value "Trim start to current Time" m_teEditorPanel.kCTETrimBeforeAnnot; displayString -replace -value "Open the Graph Editor" m_teEditorPanel.kGetGraphEditorIconAnnot; displayString -replace -value "Mute/unmute Time Editor" m_teEditorPanel.kMuteCTEAnnot; displayString -replace -value "Help on Time Editor..." m_teEditorPanel.kTimeEditorHelp; displayString -replace -value "Get help on Time Editor" m_teEditorPanel.kTimeEditorHelpAnnot;