vrc_physbone_config
Generate VRChat PhysBone JSON configuration for a bone chain using presets like hair, tail, or skirt, with optional custom physics overrides.
Instructions
Generate VRChat PhysBone configuration for a bone chain. Creates a JSON config with tuned physics parameters for Unity import.
Parameters:
chain_name: Name of the bone chain root (e.g., "Hair_Front_01")
preset: Physics preset: "hair_long", "hair_short", "tail", "ears", "skirt", "breast", "ribbon", "chain_accessory"
custom_config: JSON override for specific parameters. Example: '{"pull": 0.3, "gravity": 0.5}'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| preset | No | ||
| chain_name | No | ||
| custom_config | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |