Files
godot/editor
demolke 143d8c87bb Move reimport check to EditorImportPlugin
reimport_append is used by gltf_document, fbx_document and editor_import_plugin. The first two will never call it when importing == false. It's only the editor_import_plugin that should guard against that.
https://docs.godotengine.org/en/stable/classes/class_editorimportplugin.html#class-editorimportplugin-method-append-import-external-resource

The motivation of removing the check from gltf_document call path is to be able to test nested imports (texture embedded in gltf).
2024-12-18 21:24:18 +01:00
..
2024-09-28 23:26:23 +08:00
2024-09-28 23:26:23 +08:00
2024-07-17 18:53:03 +02:00
2024-08-15 08:24:32 +02:00
2024-10-20 13:26:45 +02:00