mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-20 22:20:54 +00:00
Merge pull request #65135 from reduz/export-customization-plugins
This commit is contained in:
@@ -4110,6 +4110,7 @@ void EditorNode::register_editor_types() {
|
||||
GDREGISTER_CLASS(EditorSyntaxHighlighter);
|
||||
GDREGISTER_ABSTRACT_CLASS(EditorInterface);
|
||||
GDREGISTER_CLASS(EditorExportPlugin);
|
||||
GDREGISTER_ABSTRACT_CLASS(EditorExportPlatform);
|
||||
GDREGISTER_CLASS(EditorResourceConversionPlugin);
|
||||
GDREGISTER_CLASS(EditorSceneFormatImporter);
|
||||
GDREGISTER_CLASS(EditorScenePostImportPlugin);
|
||||
@@ -7421,11 +7422,6 @@ EditorNode::EditorNode() {
|
||||
editor_plugins_force_over = memnew(EditorPluginList);
|
||||
editor_plugins_force_input_forwarding = memnew(EditorPluginList);
|
||||
|
||||
Ref<EditorExportTextSceneToBinaryPlugin> export_text_to_binary_plugin;
|
||||
export_text_to_binary_plugin.instantiate();
|
||||
|
||||
EditorExport::get_singleton()->add_export_plugin(export_text_to_binary_plugin);
|
||||
|
||||
Ref<GDExtensionExportPlugin> gdextension_export_plugin;
|
||||
gdextension_export_plugin.instantiate();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user