Set Time Range
animation.set_time_rangeSet playback and animation time range in Maya. Define start and end times to control both playback and animation boundaries.
Instructions
Set the playback and animation range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_time | Yes | Playback end time | |
| min_time | Yes | Playback start time | |
| animation_end | No | Animation range end (defaults to max_time) | |
| animation_start | No | Animation range start (defaults to min_time) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | Yes | ||
| max_time | Yes | ||
| min_time | Yes | ||
| animation_end | Yes | ||
| animation_start | Yes |