vrc_generate_animator
Generates a VRChat FX Animator Controller blueprint as JSON, defining layers, states, and transitions for toggles, gestures, and radials.
Instructions
Generate VRChat FX Animator Controller blueprint. Creates the layer/state/transition structure as JSON that can be imported into Unity or used as a reference for manual setup.
Parameters:
toggles: JSON array of toggle items: [{"name": "Hat", "parameter": "Hat_On", "object": "Hat_Mesh", "default_on": false}]
gestures: JSON array of gesture-driven expressions: [{"gesture": "Fist", "hand": "Left", "blendshape": "happy", "mesh": "Body"}]
radials: JSON array of radial puppet driven properties: [{"name": "Tail Speed", "parameter": "Tail_Speed", "property": "blendshape", "target": "Body/Tail_Wag"}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| radials | No | ||
| toggles | No | ||
| gestures | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |