godot/editor/import
JFonS f7dadc4796 Add caching the lightmap unwrapping on import
This commit adds caching to the lightmap mesh unwraps generated on
import. This speeds up re-imports of meshes that haven't changed and
also makes sure that the unwraps are consistent across imports.

The unwrapping process is not deterministic, so one could end up with
a different mapping every time the scene was imported, breaking any
previously baked lightmaps. The changes in this commit prevent that
from happening.
2020-04-22 15:34:00 +02:00
..
atlas_import_failed.xpm Added ability for multiple images to be imported as an atlas 2019-04-19 15:56:34 -03:00
collada.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
collada.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
editor_import_collada.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
editor_import_collada.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
editor_import_plugin.cpp Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 2020-02-25 12:55:53 +01:00
editor_import_plugin.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
editor_scene_importer_gltf.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
editor_scene_importer_gltf.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
resource_importer_bitmask.cpp Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 2020-02-25 12:55:53 +01:00
resource_importer_bitmask.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
resource_importer_csv.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_importer_csv.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
resource_importer_csv_translation.cpp Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
resource_importer_csv_translation.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
resource_importer_image.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_importer_image.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
resource_importer_layered_texture.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
resource_importer_layered_texture.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
resource_importer_obj.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
resource_importer_obj.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
resource_importer_scene.cpp Add caching the lightmap unwrapping on import 2020-04-22 15:34:00 +02:00
resource_importer_scene.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
resource_importer_shader_file.cpp Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
resource_importer_shader_file.h Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
resource_importer_texture.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
resource_importer_texture.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
resource_importer_texture_atlas.cpp Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
resource_importer_texture_atlas.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
resource_importer_wav.cpp Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 2020-02-25 12:55:53 +01:00
resource_importer_wav.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00