You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Ability to pick child nodes of scenes instances marked with "Editable children" to the "Add animation track/Pick node to be animated" dialog.
This commit is contained in:
@@ -1145,7 +1145,7 @@ SceneTreeDialog::SceneTreeDialog() {
|
||||
|
||||
set_title(TTR("Select a Node"));
|
||||
|
||||
tree = memnew(SceneTreeEditor(false, false));
|
||||
tree = memnew(SceneTreeEditor(false, false, true));
|
||||
add_child(tree);
|
||||
//set_child_rect(tree);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user