duplicate_frame_range
Duplicate a selected range of frames and append the copies to extend an animation in an Aseprite file.
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 |
|---|---|---|---|
| filename | Yes | ||
| start_frame | Yes | ||
| end_frame | Yes | ||
| times | No |