set_frame_range
Set the start and end frames of the scene timeline to define the animation range. Specify a start frame and a later end frame to control playback and rendering.
Instructions
Set the start and end frames of the scene timeline.
Args: start: Start frame number. end: End frame number. Must be greater than start.
Returns: Confirmation dict with the new frame range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | ||
| end | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||