feature/blend_tree_editor #1

Open
martin wants to merge 29 commits from feature/blend_tree_editor into main
Showing only changes of commit 5d0bf10ce7 - Show all commits

View File

@ -295,6 +295,10 @@ void BLTAnimationGraph::_process_graph(double p_delta, bool p_update_only) {
return; return;
} }
if (graph_context.skeleton_3d == nullptr) {
return;
}
GodotProfileZone("SyncedAnimationGraph::_process_graph"); GodotProfileZone("SyncedAnimationGraph::_process_graph");
_update_properties(); _update_properties();