From 20f37b6c6cdb14bfcff3a6de3c9a1a85a3eb053f Mon Sep 17 00:00:00 2001 From: yum Date: Wed, 19 Feb 2025 01:00:04 -0800 Subject: Begin NDMF integration It mostly works. Weight parameter is being set to 0 which is causing it to not work. Easy enough to fix! TODO: * animations should stay in memory, never save to disk unless debugging * YOTS_weight param should be set to 1 * Generally clean up, so much "if null keep going" bullshit --- Examples/ex0_animator.json | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Examples') diff --git a/Examples/ex0_animator.json b/Examples/ex0_animator.json index cf8a91c..51a262c 100644 --- a/Examples/ex0_animator.json +++ b/Examples/ex0_animator.json @@ -3,7 +3,6 @@ "toggles": [ { "name": "Shirt", - "menuPath": "/Clothes", "meshToggles": ["Shirt"], "blendShapes": [ { @@ -21,10 +20,6 @@ "path": "Body", "blendShape": "Chest_Hide" }, - { - "path": "Shirt", - "blendShape": "Chest_Hide" - } ] } ] -- cgit v1.2.3