From 9142d6fc408d72178f102bad97c0c2fe1902ce55 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Thu, 9 Oct 2014 00:06:51 -0300 Subject: Misc Bits -=-=-=-=- -Added more missing icons to nodes. -Added more 3D split view modes -Fixed annoying script editor bug with keyboard focus --- tools/editor/icons/icon_baked_light.png | Bin 0 -> 419 bytes tools/editor/icons/icon_baked_light_instance.png | Bin 0 -> 380 bytes tools/editor/icons/icon_panels_2_alt.png | Bin 0 -> 156 bytes tools/editor/icons/icon_panels_3_alt.png | Bin 0 -> 167 bytes tools/editor/icons/icon_particle_attractor_2d.png | Bin 0 -> 574 bytes tools/editor/icons/icon_polygon_2d.png | Bin 0 -> 405 bytes tools/editor/icons/icon_touch_screen_button.png | Bin 0 -> 434 bytes tools/editor/plugins/script_editor_plugin.cpp | 2 + tools/editor/plugins/spatial_editor_plugin.cpp | 74 ++++++++++++++++++++++ tools/editor/plugins/spatial_editor_plugin.h | 2 + 10 files changed, 78 insertions(+) create mode 100644 tools/editor/icons/icon_baked_light.png create mode 100644 tools/editor/icons/icon_baked_light_instance.png create mode 100644 tools/editor/icons/icon_panels_2_alt.png create mode 100644 tools/editor/icons/icon_panels_3_alt.png create mode 100644 tools/editor/icons/icon_particle_attractor_2d.png create mode 100644 tools/editor/icons/icon_polygon_2d.png create mode 100644 tools/editor/icons/icon_touch_screen_button.png (limited to 'tools/editor') diff --git a/tools/editor/icons/icon_baked_light.png b/tools/editor/icons/icon_baked_light.png new file mode 100644 index 0000000000..48039e264c Binary files /dev/null and b/tools/editor/icons/icon_baked_light.png differ diff --git a/tools/editor/icons/icon_baked_light_instance.png b/tools/editor/icons/icon_baked_light_instance.png new file mode 100644 index 0000000000..77e53aa8f6 Binary files /dev/null and b/tools/editor/icons/icon_baked_light_instance.png differ diff --git a/tools/editor/icons/icon_panels_2_alt.png b/tools/editor/icons/icon_panels_2_alt.png new file mode 100644 index 0000000000..2006f212ce Binary files /dev/null and b/tools/editor/icons/icon_panels_2_alt.png differ diff --git a/tools/editor/icons/icon_panels_3_alt.png b/tools/editor/icons/icon_panels_3_alt.png new file mode 100644 index 0000000000..5195b799a5 Binary files /dev/null and b/tools/editor/icons/icon_panels_3_alt.png differ diff --git a/tools/editor/icons/icon_particle_attractor_2d.png b/tools/editor/icons/icon_particle_attractor_2d.png new file mode 100644 index 0000000000..bb66611e45 Binary files /dev/null and b/tools/editor/icons/icon_particle_attractor_2d.png differ diff --git a/tools/editor/icons/icon_polygon_2d.png b/tools/editor/icons/icon_polygon_2d.png new file mode 100644 index 0000000000..9deb63a248 Binary files /dev/null and b/tools/editor/icons/icon_polygon_2d.png differ diff --git a/tools/editor/icons/icon_touch_screen_button.png b/tools/editor/icons/icon_touch_screen_button.png new file mode 100644 index 0000000000..16e84927f1 Binary files /dev/null and b/tools/editor/icons/icon_touch_screen_button.png differ diff --git a/tools/editor/plugins/script_editor_plugin.cpp b/tools/editor/plugins/script_editor_plugin.cpp index 1c87dd0810..ba6e153e2c 100644 --- a/tools/editor/plugins/script_editor_plugin.cpp +++ b/tools/editor/plugins/script_editor_plugin.cpp @@ -1105,6 +1105,8 @@ void ScriptEditor::ensure_select_current() { if (!ste) return; Ref