-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Rename AnimationGraph
#16280
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
base: main
Are you sure you want to change the base?
Rename AnimationGraph
#16280
Conversation
The scope of this task needs to be precisely defined. What other types should be renamed for clarity? Should the term "blend" be used in documentation as well? |
Shouldn't the name of the file also be renamed from And what about the extension of the |
Good ideas, thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have any problem with this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fine with this, but there are still a bunch of places in animatable.rs
and animation_curves.rs
where "animatable" should be changed to "blendable" (including the name of the former module, probably).
Marking as Adopt-Me: I still think this is a good change (and there's support from animation experts), but there's more work to do here and a boatload of merge conflicts. |
Objective
Fixes #15604
Solution
Replace "AnimationGraph" with "BlendGraph". Rename "animatable" to "blendable" accordingly.
TODO: Update the comments. I see a lot of "
// animation graph
". I'll do this once this is blessed and the scope has been determined.Testing
Simple refactor can be evaluated by CI
Migration Guide
I'll create this once this has been blessed.