hai-vr / combo-gesture-expressions-av3

Attach face expressions to hand gestures, and make it react to Avatars 3.0's features, including Contacts, PhysBones and OSC.

Home Page:https://docs.hai-vr.dev/docs/products/combo-gesture-expressions/reference

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More options for Dynamic Expressions

NotAKidOnSteam opened this issue · comments

Before utilizing this script, I had made custom contact-based face dynamics that disabled the face animation layers when used.
While transitioning my dynamics to be integrated via your tool, I noticed several features that I felt were missing:

1. Blendtree "effect" option or blendtree support in the Clip slot.
image

2. Multiple parameter support to the same animation clip. (AND/OR configuration for enter and exit desired)
https://user-images.githubusercontent.com/37721153/180115093-dc4c1017-5470-4a05-864a-bc1e2a62f314.mp4

3. Ability to specify exit time on parameter release.
I achieved this myself by making the clip time last my desired wait speed, then made the clip transition to itself if my parameter was true. Once false, the animation finally can play and exits once completed.
https://user-images.githubusercontent.com/37721153/180116552-eb64b67d-7c33-49ed-9f2a-006772c0e0c3.mp4

End result:
https://user-images.githubusercontent.com/37721153/180117262-8f443cfe-b6bd-438d-b329-0088e91d197b.mp4