1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-19 14:31:59 +00:00

Exposed EditorSceneImporter to script. Added APIs to use intermediate converters more easily.

This commit is contained in:
Juan Linietsky
2017-12-07 15:44:20 -03:00
parent 6527f2e684
commit 209cb3830c
11 changed files with 190 additions and 10 deletions

View File

@@ -3364,6 +3364,8 @@ void EditorNode::register_editor_types() {
ClassDB::register_virtual_class<EditorInterface>();
ClassDB::register_class<EditorExportPlugin>();
ClassDB::register_class<EditorResourceConversionPlugin>();
ClassDB::register_class<EditorSceneImporter>();
// FIXME: Is this stuff obsolete, or should it be ported to new APIs?
ClassDB::register_class<EditorScenePostImport>();