Restore post_import function
This commit is contained in:
parent
0aa4765904
commit
30af5e81db
1 changed files with 1 additions and 1 deletions
|
@ -3273,7 +3273,7 @@ void EditorNode::register_editor_types() {
|
||||||
ClassDB::register_class<EditorResourceConversionPlugin>();
|
ClassDB::register_class<EditorResourceConversionPlugin>();
|
||||||
|
|
||||||
// FIXME: Is this stuff obsolete, or should it be ported to new APIs?
|
// 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>();
|
//ClassDB::register_type<EditorImportExport>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue