godot/editor/import
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
..
3d Add ufbx for FBX importing 2024-02-23 22:33:04 +01:00
atlas_import_failed.xpm
audio_stream_import_settings.cpp
audio_stream_import_settings.h
dynamic_font_import_settings.cpp
dynamic_font_import_settings.h
editor_import_plugin.cpp
editor_import_plugin.h
resource_importer_bitmask.cpp
resource_importer_bitmask.h
resource_importer_bmfont.cpp
resource_importer_bmfont.h
resource_importer_csv_translation.cpp
resource_importer_csv_translation.h
resource_importer_dynamic_font.cpp
resource_importer_dynamic_font.h
resource_importer_image.cpp
resource_importer_image.h
resource_importer_imagefont.cpp [Font] Allow overriding advances, offsets and kerning in the ImageFont import settings. Fix bitmap font kerning override. 2024-02-13 18:49:47 +02:00
resource_importer_imagefont.h [Font] Allow overriding advances, offsets and kerning in the ImageFont import settings. Fix bitmap font kerning override. 2024-02-13 18:49:47 +02:00
resource_importer_layered_texture.cpp
resource_importer_layered_texture.h
resource_importer_shader_file.cpp
resource_importer_shader_file.h
resource_importer_texture_atlas.cpp Allow configuring the maximum width for atlas import 2024-02-13 10:30:44 +01:00
resource_importer_texture_atlas.h
resource_importer_texture_settings.cpp
resource_importer_texture_settings.h
resource_importer_texture.cpp
resource_importer_texture.h
resource_importer_wav.cpp
resource_importer_wav.h
SCsub