// =========================================================================== // 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 "Set the current time" m_timeSlider.kCurrentTimeSetAnnot; displayString -replace -value "Go to end of playback range" m_timeSlider.kEndPlaybackRangeAnnot; displayString -replace -value "Play backwards. Pressing the ESC key will stop playback." m_timeSlider.kPlayBackwardsAnnot; displayString -replace -value "Play forwards. Pressing the ESC key will stop playback." m_timeSlider.kPlayForwardsAnnot; displayString -replace -value "Go to start of playback range" m_timeSlider.kStartPlaybackRangeAnnot; displayString -replace -value "Step back one frame" m_timeSlider.kStepBackFrameAnnot; displayString -replace -value "Step back one key" m_timeSlider.kStepBackOneKeyAnnot; displayString -replace -value "Step forward one frame" m_timeSlider.kStepForwardFrameAnnot; displayString -replace -value "Step forward one key" m_timeSlider.kStepForwardOneKeyAnnot; displayString -replace -value "Stop playback. Pressing the ESC key will also stop playback." m_timeSlider.kStopPlaybackAnnot;