audit_animation
Detect overlapping cels and out-of-range layers in Aseprite animations. Provides a structured JSON summary for AI analysis.
Instructions
Audit animation frames for overlaps and out-of-range layer activity.
overlap_pairs format: ["layerA,layerB", "layerC:layerD"] layer_frame_ranges format: ["layer:1-8,17-24", "clouds:1-12"] Returns JSON for AI consumption (summary, overlaps, out_of_range, optional cels).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| start_frame | No | ||
| end_frame | No | ||
| layer_names | No | ||
| overlap_pairs | No | ||
| layer_frame_ranges | No | ||
| report_cels | No | ||
| report_bounds | No | ||
| max_overlaps | No | ||
| max_out_of_range | No |