Get Time Range
animation.get_time_rangeRetrieve the playback range, animation range, and current time from a Maya scene to synchronize animation tasks or scripts.
Instructions
Get playback range, animation range, and current time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | Yes | ||
| errors | Yes | ||
| max_time | Yes | ||
| min_time | Yes | ||
| current_time | Yes | ||
| animation_end | Yes | ||
| animation_start | Yes |