1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Improve SceneTreeEditor usability

- Mark contextually relevant node
- Remember/Clear selection as appropriate
- Scroll to marked/selected node
This commit is contained in:
RedMser
2023-11-26 16:44:18 +01:00
parent 29b3d9e9e5
commit 9cd30208d6
9 changed files with 50 additions and 19 deletions

View File

@@ -56,7 +56,6 @@ void CPUParticles3DEditor::_menu_option(int p_option) {
switch (p_option) {
case MENU_OPTION_CREATE_EMISSION_VOLUME_FROM_NODE: {
emission_tree_dialog->popup_scenetree_dialog();
} break;
case MENU_OPTION_RESTART: {