Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes error when merging same parameter with different type in RC menu item #1313

Merged
merged 3 commits into from
Oct 26, 2024

Conversation

JLChnToZ
Copy link
Contributor

This PR attempts to fixes #1299

The issue causing type mismatch is it doesn't do type checking when generating new states, and re-using existing AnimatorCombiner class might be just good enough here.

(P.S. This is a quick fix as this issue also affects Hatch Menu, one of my gimmick with an installer that uses Modular Avatar)

@bdunderscore
Copy link
Owner

Thanks for the fix!

@bdunderscore bdunderscore merged commit 07b648d into bdunderscore:main Oct 26, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Merging an animation using the same parameter name as an RC menu item, but non-float type, results in an error
2 participants