Commit Graph

8 Commits

Author SHA1 Message Date
bd_
628c07a505
fix: synced layers with substatemachines are broken ()
repro case provided by @anatawa12
2024-06-17 08:26:00 +09:00
bd_
a23acc6537
feat: use NDMF parameter info hooks to remap parameters () 2024-03-17 17:07:13 +09:00
bd_
0ff1da0734
fix: type corrections not applied to substatemachine exit transitions ()
Closes: 
2024-03-09 18:55:31 +09:00
bd_
2f67b9509b
fix: handle AnimatorOverrideController in Merge Animator ()
Closes: 
2024-02-26 18:03:28 +09:00
bd_
f99930999e
fix: compatibility break with animator defaults ()
Changes in 1.9.0 broke existing avatars that used animators with
different default values than the MA Parameters fields. This change
makes overriding the animator defaults require an explicit configuration;
this is technically a change which would require a minor version bump,
but as this is addressing a major-version-level compatibility break in 1.9.0,
we're going to push this out at a minor version this time.
2024-02-21 20:40:31 +09:00
bd_
0d4378764a
chore: add additional unit test () 2024-02-17 20:12:09 +09:00
bd_
27f0557367
fix: float conversion breaks sub-state-machine entry transitions, including FaceEmo ()
* fix: float conversion breaks substatemachine entry transitions

Closes: 

* fix: unnecessary type conversions
2024-02-17 19:19:35 +09:00
bd_
54d4e974db
feat: convert animator parameters to float when types are inconsistent () 2024-02-12 19:35:11 +09:00