copy_layers_between_sprites
Copies specified layers from one Aseprite file to another, with options to overwrite existing cels and add missing frames.
Instructions
Copy layers by name from a source sprite to a target sprite.
Args: source_filename: Source .aseprite file target_filename: Target .aseprite file layer_names: List of layer names to copy replace: Overwrite existing cels in target layers create_missing_frames: Add frames to target if needed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_filename | Yes | ||
| target_filename | Yes | ||
| layer_names | Yes | ||
| replace | No | ||
| create_missing_frames | No |