1
0
mirror of https://github.com/godotengine/godot synced 2024-07-03 07:44:49 +00:00
godot/modules/gltf/extensions
tamas e19f0042ca Retain meta data set on imported nodes
During the import process, many importer nodes are replaced with their
engine node counterparts. For example, ImporterMeshInstance3D is
replaced with a MeshInstance3D node. Any meta data set on these
importer nodes, i.e. through a GLTFDocumentExtension, are lost during
the conversion. This change copies over any meta data set on these
importer nodes to their engine counterparts.
2024-06-18 12:39:34 -05:00
..
physics Merge pull request #88301 from aaronfranke/gltf-explicit-compound-triggers 2024-04-26 11:08:19 +02:00
gltf_document_extension_convert_importer_mesh.cpp Retain meta data set on imported nodes 2024-06-18 12:39:34 -05:00
gltf_document_extension_convert_importer_mesh.h Retain meta data set on imported nodes 2024-06-18 12:39:34 -05:00
gltf_document_extension_texture_ktx.cpp Add support for KTX & KTX2 image format 2023-08-19 10:27:29 +02:00
gltf_document_extension_texture_ktx.h Add support for KTX & KTX2 image format 2023-08-19 10:27:29 +02:00
gltf_document_extension_texture_webp.cpp GLTF: Allow specifying export image format including from extensions 2023-09-14 17:33:48 -05:00
gltf_document_extension_texture_webp.h GLTF: Allow specifying export image format including from extensions 2023-09-14 17:33:48 -05:00
gltf_document_extension.cpp Misc changes to the GLTF module before audio PR 2024-01-11 20:33:51 -06:00
gltf_document_extension.h Remove Object pointer/solve types conflict in AnimationTrackCache 2024-01-08 21:48:19 +09:00
gltf_light.cpp Add ufbx for FBX importing 2024-02-23 22:33:04 +01:00
gltf_light.h Add ufbx for FBX importing 2024-02-23 22:33:04 +01:00
gltf_spec_gloss.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gltf_spec_gloss.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Add ufbx for FBX importing 2024-02-23 22:33:04 +01:00