Merge pull request #75759 from TokageItLab/reimplement-grouped-statemachine

Rework for nested `AnimationNodeStateMachine`
This commit is contained in:
Rémi Verschelde 2023-04-24 16:44:21 +02:00
commit 13544fb508
No known key found for this signature in database
GPG key ID: C3336907360768E1
15 changed files with 1273 additions and 1158 deletions

View file

@ -66,11 +66,6 @@ void AnimationTreeEditor::edit(AnimationTree *p_tree) {
Vector<String> path;
if (tree) {
if (tree->has_meta("_tree_edit_path")) {
path = tree->get_meta("_tree_edit_path");
} else {
current_root = ObjectID();
}
edit_path(path);
}
}