mirror of
https://github.com/godotengine/godot.git
synced 2024-12-21 10:25:24 +08:00
8e6596629a
- Alternate fix to #67844 that calls `_export_file` for all resource types instead of implementing `skip()` for customize functions. - Fixes #93823. - Moved logic surrounding "Skip" and "Keep" imported files to happen before resource customization. Fixes #93825. - Also fixes an issue that I suspect might exist where progress bars during export were incorrect due to imported files in the project that are configured as "Keep" or "Skip". |
||
---|---|---|
.. | ||
codesign.cpp | ||
codesign.h | ||
editor_export_platform_pc.cpp | ||
editor_export_platform_pc.h | ||
editor_export_platform.cpp | ||
editor_export_platform.h | ||
editor_export_plugin.cpp | ||
editor_export_plugin.h | ||
editor_export_preset.cpp | ||
editor_export_preset.h | ||
editor_export.cpp | ||
editor_export.h | ||
export_template_manager.cpp | ||
export_template_manager.h | ||
lipo.cpp | ||
lipo.h | ||
macho.cpp | ||
macho.h | ||
project_export.cpp | ||
project_export.h | ||
SCsub |