godot/modules/gltf/extensions
K. S. Ernest (iFire) Lee 04d43947bf
Add ufbx for FBX importing
This update introduces a new import method for FBX files using ufbx. If the fbx2gltf import fails, it will use the most recently cached scene from the ufbx import. The process is sped up by introducing threads to load the ufbx portion.

Key changes include:

- Support for importing geometry helper nodes in FBX files.
- Addition of cameras and lights with updated names.
- Removal of the fbx importer manager.
- Introduction of ModelDocument3D and updates to its methods.
- Changes to FBX import options and visibility.
- Updating the documentation and handling some errors.
- Store the original non-unique node, mesh and animation names in FBX and glTF.

Co-Authored-By: bqqbarbhg <bqqbarbhg@gmail.com>
2024-02-23 22:33:04 +01:00
..
physics Fix exporting trigger shapes in GLTF 2024-02-11 04:37:54 -06: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_document_extension_convert_importer_mesh.cpp Fix glTF mesh importer not freeing nodes correctly on import 2023-02-27 02:44:23 +00:00
gltf_document_extension_convert_importer_mesh.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01: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_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