godot/editor/import
Guillaume Laforte 675dc00d04 Generate the tangents without de-indexing and re-indexing the vertices.
The support for shape keys / blend shapes depends on a consistent order for the vertices.
Fixes https://github.com/godotengine/godot/issues/19195.
2018-11-26 10:09:52 -05:00
..
editor_import_collada.cpp Generate the tangents without de-indexing and re-indexing the vertices. 2018-11-26 10:09:52 -05:00
editor_import_collada.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
editor_import_plugin.cpp Fix infinite recursion with editor import plugins 2018-02-18 16:24:50 -03:00
editor_import_plugin.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
editor_scene_importer_gltf.cpp Do not crash on invalid file, closes #21083 2018-11-22 17:27:01 -03:00
editor_scene_importer_gltf.h Several fixes to GLTF2 importer 2018-08-06 18:41:37 -03:00
resource_importer_bitmask.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
resource_importer_bitmask.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
resource_importer_csv_translation.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
resource_importer_csv_translation.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
resource_importer_image.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
resource_importer_image.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
resource_importer_layered_texture.cpp Merge pull request #21982 from luzpaz/misc-typos 2018-09-13 10:59:00 +02:00
resource_importer_layered_texture.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
resource_importer_obj.cpp Check for absolute paths in OBJ loader 2018-09-16 22:23:40 -04:00
resource_importer_obj.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
resource_importer_scene.cpp Baker fixes 2018-10-07 11:18:44 -03:00
resource_importer_scene.h Baker fixes 2018-10-07 11:18:44 -03:00
resource_importer_texture.cpp Make SVG scale more accurate 2018-11-21 19:06:38 +01:00
resource_importer_texture.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
resource_importer_wav.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
resource_importer_wav.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00