stitch_animation_library
Create a master AnimationLibrary .tres file by stitching external animation clips into named entries (e.g., idle, run).
Instructions
Animation Library Stitcher: Generate a master AnimationLibrary .tres file that references external animation clips by clean string names (idle, run, attack).
Each clip dict must have:
'name': library key (e.g. 'idle')
'path': res:// path to the Animation .tres or glb sub-resource (e.g. 'res://char.glb/animations/Armature|run')
Args: output_res_path: Absolute filesystem path for the output .tres file. clips: List of {'name': str, 'path': str} dicts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clips | Yes | ||
| output_res_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |