diff options
| author | yum <yum.food.vr@gmail.com> | 2025-02-19 15:44:34 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-02-19 15:44:34 -0800 |
| commit | 8e2ecd131aa6b77b8e6642cea06fc68ef39c3d81 (patch) | |
| tree | 2f49304124523749917144f939c632c86f514d7a /README.md | |
| parent | 375adc170c9349be1d1a9ee11e5e2b0337444081 (diff) | |
Add sync & save flags to ToggleSpec
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -60,6 +60,19 @@ Toggle options are documented in two places: truth. 2. The [Examples](./Examples). +## Technical details + +* Toggles are created as boolean parameters. +* Radial puppets (sliders) are created as float parameters. +* By default, all parameters are synced and saved. These can both be + overridden. +* The generated VRChat parameter and animator parameters use the "name" field. + No namespacing is applied. +* The generated animator has exactly as many layers as the maximum length of + any dependency chain in your dependency graph. +* The generated animator's parameters and layers are simply appended to your + input animator. + ## Motivation Animators have a two fundamental problems: |
