From da113fe40d0a9410859912473d53e43903dc6c8e Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Fri, 4 Dec 2015 10:18:28 -0300 Subject: -Upgraded webp to a MUCH newer version. Hoping it fixes some bugs in the process. Keeping old version just in case for now. -Added ability to convert xml and tscn scenes to binary on export, makes loading of larger scenes faster --- tools/editor/editor_node.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/editor/editor_node.cpp') diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp index 7b96db56f..b63dc9556 100644 --- a/tools/editor/editor_node.cpp +++ b/tools/editor/editor_node.cpp @@ -102,6 +102,7 @@ #include "tools/editor/io_plugins/editor_sample_import_plugin.h" #include "tools/editor/io_plugins/editor_translation_import_plugin.h" #include "tools/editor/io_plugins/editor_mesh_import_plugin.h" +#include "tools/editor/io_plugins/editor_export_scene.h" #include "plugins/editor_preview_plugins.h" @@ -5684,6 +5685,7 @@ EditorNode::EditorNode() { editor_import_export->add_export_plugin( Ref( memnew(EditorTextureExportPlugin))); editor_import_export->add_export_plugin( Ref( memnew(EditorSampleExportPlugin))); + editor_import_export->add_export_plugin( Ref( memnew(EditorSceneExportPlugin))); add_editor_plugin( memnew( CanvasItemEditorPlugin(this) ) ); add_editor_plugin( memnew( SpatialEditorPlugin(this) ) ); -- cgit v1.2.3-70-g09d2