Merge pull request #117562 from vaner-org/blendtree-graph-update-fix
Fix BlendTree appearing empty
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user