summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvolzhs <volzhs@gmail.com>2017-11-19 23:45:16 +0900
committervolzhs <volzhs@gmail.com>2017-11-19 23:45:16 +0900
commit30af5e81db3981ae0e98fe2c6bffc0606074aef2 (patch)
treee90f0e099ace66af22fda71eb73a093d3e024b1c
parent0aa4765904b0aea28ccf485b2428b027a5960df4 (diff)
Restore post_import function
-rw-r--r--editor/editor_node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp
index 27f967cce7..9fd622aa33 100644
--- a/editor/editor_node.cpp
+++ b/editor/editor_node.cpp
@@ -3273,7 +3273,7 @@ void EditorNode::register_editor_types() {
ClassDB::register_class<EditorResourceConversionPlugin>();
// FIXME: Is this stuff obsolete, or should it be ported to new APIs?
- //ClassDB::register_class<EditorScenePostImport>();
+ ClassDB::register_class<EditorScenePostImport>();
//ClassDB::register_type<EditorImportExport>();
}