Synopsis
highlightTimelineRange([range=list,int]) |
This command will highlight Maya's timeline for a given range.
Flags
Name | Argument types | Description |
range | list, int | Sets the range to be highlighted. If no argument is passed it will use the playback range. Besides passing a list [startFrame, endFrame], it's possible to pass pre-defined ranges: kAnimationRange kPlaybackRange kAllKeys |
kAnimationRange will highlight the timeline animation range.
kPlaybackRange will highlight the timeline playback range, which sometimes is shorter than the animation range.
kAllKeys will highlight all keyframes displayed in the timeline, even if they are out of the animation range.
Examples
This selects the playback range:
This also selects the playback range:
This selects the animation range:
This selects all keys in the timeline:
This selects the range from 10 to 24: