diff options
| author | yum <yum.food.vr@gmail.com> | 2025-02-19 03:53:16 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-02-19 03:53:54 -0800 |
| commit | 721c6b25e9505317e537cab4012b269fa5e2592d (patch) | |
| tree | a75b3e55718bf18d342948804ba06ce0d50ea216 /Examples/example1.json | |
| parent | 90173f46efd5866f67770d5551f5b378fc22631f (diff) | |
prefab now points to simple shirt toggle
Diffstat (limited to 'Examples/example1.json')
| -rw-r--r-- | Examples/example1.json | 64 |
1 files changed, 5 insertions, 59 deletions
diff --git a/Examples/example1.json b/Examples/example1.json index df27537..d77e3e7 100644 --- a/Examples/example1.json +++ b/Examples/example1.json @@ -3,78 +3,24 @@ "toggles": [ { "name": "Shirt", - "menuPath": "/Clothes", - "dependencies": ["Bra"], "meshToggles": ["Shirt"], - "defaultValue": 0.0, "blendShapes": [ { "path": "Body", - "blendShape": "Bra on" - }, - { - "path": "Body", - "blendShape": "Smush nips" - }, - { - "path": "Skirt", - "blendShape": "Shirt off", - "offValue": 100.0, - "onValue": 0.0 - } - ] - }, - { - "name": "Skirt", - "menuPath": "/Clothes", - "meshToggles": ["Skirt"], - "blendShapes": [] - }, - { - "name": "Socks", - "menuPath": "/Clothes", - "meshToggles": ["Socks"], - "blendShapes": [ - { - "path": "Body", - "blendShape": "Thigh squish" + "blendShape": "Chest_Hide" } ] }, { - "name": "Shoes", - "menuPath": "/Clothes", - "meshToggles": ["Shoes"], - "blendShapes": [] - }, - - { - "name": "Bra", - "menuPath": "/NSFW", - "meshToggles": ["Bra"], + "name": "Jacket", + "dependencies": ["Shirt"], + "meshToggles": ["Jacket"], "blendShapes": [ { "path": "Body", - "blendShape": "Bra on" - }, - { - "path": "Body", - "blendShape": "Smush nips" + "blendShape": "Chest_Hide" } ] - }, - { - "name": "Panties", - "menuPath": "/NSFW", - "meshToggles": ["Panties"], - "blendShapes": [] - }, - - { - "name": "Hair", - "menuPath": "/Misc", - "meshToggles": ["Hair"], - "blendShapes": [] } ] } |
