Merge pull request #117562 from vaner-org/blendtree-graph-update-fix

Fix BlendTree appearing empty
This commit is contained in:
Thaddeus Crews
2026-03-19 15:39:13 -05:00
@@ -133,11 +133,13 @@ void AnimationNodeBlendTreeEditor::update_graph() {
void AnimationNodeBlendTreeEditor::update_graph_immediately() {
if (updating || blend_tree.is_null()) {
graph_update_queued = false;
return;
}
AnimationTree *tree = AnimationTreeEditor::get_singleton()->get_animation_tree();
if (!tree) {
graph_update_queued = false;
return;
}