mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #75759 from TokageItLab/reimplement-grouped-statemachine
Rework for nested `AnimationNodeStateMachine`
This commit is contained in:
commit
13544fb508
15 changed files with 1273 additions and 1158 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue