More options for Dynamic Expressions
NotAKidoS opened this issue · 0 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.
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