You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Merge pull request #13043 from volzhs/post-import
Restore post_import function
This commit is contained in:
@@ -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>();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user