duplicate_frame_range
Duplicate a range of frames and append copies to the end of the animation, enabling the creation of repeating sequences or timed loops.
Instructions
Duplicate a frame range and append copies to the end.
Args: filename: Name of the Aseprite file to modify start_frame: Starting frame index (1-based) end_frame: Ending frame index (1-based, inclusive) times: Number of times to append the range (default: 1)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| times | No | ||
| filename | Yes | ||
| end_frame | Yes | ||
| start_frame | Yes |