export_frame
Export a specific animation frame as a PNG file, with options to select a layer and adjust scale.
Instructions
Export a single frame as PNG.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Output PNG path | |
| frame | No | Frame number to export (null = active frame) | |
| layer | No | Layer to export (null = all flattened) | |
| scale | No | Export scale multiplier (default: 1) |