spine_apply_pose_sequence
Apply a sequence of poses to create or overwrite an animation in a Spine JSON file, with support for multiple time points, bones, slots, and curves.
Instructions
一次性创建或覆盖动画,并批量写入多个姿态时间点;适合减少多次写入、备份和审查调用。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | 工作区根目录内的 Spine JSON 文件路径。 | |
| animation | Yes | ||
| overwrite | No | ||
| duration | No | ||
| closeLoop | No | ||
| poses | Yes | ||
| dryRun | No | ||
| expectedHash | No | ||
| allowUnsupportedVersion | No |