From ca7e92ed39587075d71a80271855234d6167e503 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sun, 26 Jun 2022 02:23:59 +0200 Subject: Request attention on the editor window when done recording a movie Recording a movie can take a long time, so the user may not be paying attention to the editor while leaving a movie rendering in the background. This also allows editor plugins to access the state of Movie Maker mode within the editor (and set it). --- editor/editor_node.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'editor/editor_node.h') diff --git a/editor/editor_node.h b/editor/editor_node.h index 89f80baeb9..418bc0035b 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -747,6 +747,9 @@ public: void set_addon_plugin_enabled(const String &p_addon, bool p_enabled, bool p_config_changed = false); bool is_addon_plugin_enabled(const String &p_addon) const; + void set_movie_maker_enabled(bool p_enabled); + bool is_movie_maker_enabled() const; + void edit_node(Node *p_node); void edit_resource(const Ref &p_resource) { InspectorDock::get_singleton()->edit_resource(p_resource); }; -- cgit v1.2.3