1
0
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:
Angeloss
2018-11-02 12:05:38 -06:00
parent f84893f709
commit c15919fd6b

View File

@@ -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);