Merge pull request #13043 from volzhs/post-import

Restore post_import function
This commit is contained in:
Rémi Verschelde 2017-11-19 20:15:46 +01:00 committed by GitHub
commit 39a4a67776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>();
}