rig_and_animate
Create a rigged, animated Spine skeleton from a cut-up character PSD or PhotoshopToSpine export. Generates runtime JSON/atlas/PNG and an editable Spine project with idle, win, blink, pop animations.
Instructions
Build a rigged + animated Spine skeleton from a cut-up character.
source path to a .psd OR a PhotoshopToSpine export folder out_dir where to write .json/.atlas/.png (e.g. a game's static/assets/spine//) name skeleton name (defaults to the source basename) kind "symbol" or "mascot" (reserved; both rig the same body+head now) anims subset of ["idle","win","blink","pop"] (default all applicable) make_editable also emit an editable .spine next to the source (Spine CLI)
Returns a summary incl. file paths and an editable-project path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | symbol | |
| name | No | ||
| anims | No | ||
| source | Yes | ||
| out_dir | Yes | ||
| make_editable | No |