Spine export
spine_exportExport Spine projects or data files using export settings JSON or default binary/json mode. Supports animation cleanup and version updates.
Instructions
Export a Spine project or data file with an export settings JSON file or default json/binary mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clean | No | Run animation cleanup before export. | |
| inputPath | No | Optional project, JSON, binary file, or folder. Overrides export settings. | |
| spinePath | No | ||
| timeoutMs | No | ||
| outputPath | No | Optional output file or folder. Overrides export settings. | |
| updateVersion | No | Optional Spine editor version, for example 4.2.xx or latest. | |
| exportSettings | Yes | Path to export settings JSON, or one of: json, binary, json+pack, binary+pack. |