Rename AnimationGraph to BlendGraph#22782
Open
Hilpogar wants to merge 9 commits intobevyengine:mainfrom
Open
Conversation
Member
|
I'm in favor of this but it needs a migration guide :) |
BenjaminBrienen
approved these changes
Feb 2, 2026
Author
|
I added the migration guide. Do I have to do something for the Ci fails or is it normal ? I don't have any error when I try locally |
Member
|
CI appears to be failing all over today: I think we have a Github problem. For now, just resolve merge conflicts and we'll get this in when we can :) |
Member
|
Ah, the migration guide should be in the |
1472281 to
a96f951
Compare
Contributor
|
The generated |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Objective
Adopts and closes #16280
Fixes #15604
Solution
I resolved the merge conflicts and finished to rename everything related to the AnimationGraph.
Testing
I ran "cargo test" and got zero fail.
Migration Guide
AnimationGraphhas been renamed toBlendGraph.ThreadedAnimationGraphhas been renamed toThreadedBlendGraph.AnimationGraphNodehas been renamed toBlendGraphNode.AnimationGraphNodeTypehas been renamed toBlendGraphNodeType.AnimationGraphHandlehas been renamed toBlendGraphHandle.AnimationNodeIndexhas been renamed toBlendNodeIndex.AnimationGraphAssetLoaderhas been renamed toBlendGraphAssetLoader.SerializedAnimationGraphhas been renamed toSerializedBlendGraph.SerializedAnimationGraphNodehas been renamed toSerializedBlendGraphNode.SerializedAnimationGraphNodeTypehas been renamed toSerializedBlendGraphNodeType.AnimationGraphSaveErrorhas been renamed toBlendGraphSaveError.AnimationGraphLoadErrorhas been renamed toBlendGraphLoadError.Animatablehas been renamed toBlendable.AnimatableCurvehas been renamed toBlendableCurve.AnimatablePropertyhas been renamed toBlendableProperty.AnimatableCurveEvaluatorhas been renamed toBlendableCurveEvaluator.AnimatableKeyframeCurvehas been renamed toBlendableKeyframeCurve..animgraphand.animgraph.ronhave been renamed.blendgraphand.blendgraph.ron.