// =========================================================================== // 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 "Animation preferences" m_playbackRange.kAnimationPreferencesAnnot; displayString -replace -value "Auto keyframe toggle" m_playbackRange.kAutoKeyframeToggleAnnot; displayString -replace -value "Set the end time of the animation" m_playbackRange.kEndTimeSetTheEndTimeAnnot; displayString -replace -value "Select the playback speed" m_playbackRange.kFrameRateListAnnot; displayString -replace -value "Multiple" m_playbackRange.kMultiple; displayString -replace -value "No Anim Layer" m_playbackRange.kNoAnimLayerSet; displayString -replace -value "No Character Set" m_playbackRange.kNoCharacterSet; displayString -replace -value "Set the end time of the playback range" m_playbackRange.kPlaybackEndTimeAnnot; displayString -replace -value "Continuous loop" m_playbackRange.kPlaybackLoopingContinuous; displayString -replace -value "Continuous loop" m_playbackRange.kPlaybackLoopingContinuous2; displayString -replace -value "Continuous looping mode. Repeats the play range on playback." m_playbackRange.kPlaybackLoopingContinuousHelp; displayString -replace -value "Continuous looping mode. Repeats the play range on playback." m_playbackRange.kPlaybackLoopingContinuousHelp2; displayString -replace -value "Play once" m_playbackRange.kPlaybackLoopingOnce; displayString -replace -value "Play once" m_playbackRange.kPlaybackLoopingOnce2; displayString -replace -value "Looping off. Plays the play range once." m_playbackRange.kPlaybackLoopingOnceHelp; displayString -replace -value "Looping off. Plays the play range once." m_playbackRange.kPlaybackLoopingOnceHelp2; displayString -replace -value "Oscillating loop" m_playbackRange.kPlaybackLoopingOscillate; displayString -replace -value "Oscillating loop" m_playbackRange.kPlaybackLoopingOscillate2; displayString -replace -value "Loop oscillate mode. Loops the play range forward and backward." m_playbackRange.kPlaybackLoopingOscillateHelp; displayString -replace -value "Loop oscillate mode. Loops the play range forward and backward." m_playbackRange.kPlaybackLoopingOscillateHelp2; displayString -replace -value "Set the start time of the playback range" m_playbackRange.kPlaybackStartTimeAnnot; displayString -replace -value "Set the active animation layer" m_playbackRange.kSetCurrentAnimLayerAnnot; displayString -replace -value "Set the current character set" m_playbackRange.kSetCurrentCharacterSetAnnot; displayString -replace -value "Set the start time of the animation" m_playbackRange.kStartTimeSetAnnot; displayString -replace -value "Show/Hide frame rate" m_playbackRange.kToogleFrameRateListAnnot;