Bring back EditorImportPlugin
This adds a new implementation of the EditorImportPlugin class, allowing to leverage the new importing system via tool scripts. Will be especially useful when used together with GDNative, to support formats like fbx :)
This commit is contained in:
parent
99e07448d1
commit
c04604461d
5 changed files with 216 additions and 2 deletions
|
|
@ -3566,7 +3566,7 @@ bool EditorNode::is_scene_in_use(const String &p_path) {
|
|||
void EditorNode::register_editor_types() {
|
||||
|
||||
ClassDB::register_class<EditorPlugin>();
|
||||
// ClassDB::register_class<EditorImportPlugin>();
|
||||
ClassDB::register_class<EditorImportPlugin>();
|
||||
// ClassDB::register_class<EditorExportPlugin>();
|
||||
// ClassDB::register_class<EditorScenePostImport>();
|
||||
ClassDB::register_class<EditorScript>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue