godot/modules
Rémi Verschelde 33d477498e Remove ad-hoc FBX importer
This importer was the fruit of a lot of amazing reverse engineering
work by RevoluPowered, based on the original Assimp importer that was
introduced by fire.

While promising and well tuned for a specific type of FBX scenes, it
was found to have many flaws to support the many FBX exporters and
legacy models that Godot users want to use. As we currently lack a
maintainer to improve it, those issues are left unresolved and FBX
import is still sub-par in the current Godot releases.

After some experimentation, we're instead adding a new importer that
relies on Facebook's `fbx2gltf` command line tool to convert FBX to
glTF, so that we can then use our well-maintained glTF importer.
See #59653 and https://github.com/facebookincubator/FBX2glTF for details.
2022-03-30 13:04:31 +02:00
..
basis_universal Add PortableCompressedTexture 2022-03-30 10:39:41 +02:00
bmp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
camera [macOS] Enable Objective-C ARC 2022-02-01 15:58:30 +02:00
csg Modules: Don't build editor-specific classes in templates 2022-03-28 16:48:15 +02:00
cvtt Faster CVTT by reducing quality. 2022-02-04 15:15:26 -08:00
dds Change some math macros to constexpr 2022-03-09 16:24:32 +01:00
denoise Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
enet Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
etcpak etcpak: Workaround multiple-of-4 requirement for 3D texture mipmaps. 2022-01-23 11:32:05 -08:00
freetype Add brotli decoder and WOFF2 support. 2022-03-18 15:09:38 +02:00
gdscript Refactor GDScript/C# script templates logic to be editor-only 2022-03-28 16:21:00 +02:00
glslang simplify formatting scripts, add a clang-tidy script, and run clang-tidy 2022-01-29 04:41:03 -06:00
gltf Add support for importing .blend files 2022-03-29 21:54:41 +02:00
gridmap Modules: Don't build editor-specific classes in templates 2022-03-28 16:48:15 +02:00
hdr Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
jpg Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
jsonrpc Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
lightmapper_rd String: Remove TTR and DTR defines in non-tools build 2022-03-28 20:26:35 +02:00
mbedtls Merge pull request #56130 from Faless/mbedtls/2.28.0 2022-01-11 15:03:28 +01:00
meshoptimizer Improvements and fixes to occluders 2022-02-07 13:04:51 +01:00
minimp3 Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
mobile_vr Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
mono String: Remove TTR and DTR defines in non-tools build 2022-03-28 20:26:35 +02:00
msdfgen Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
navigation Modules: Don't build editor-specific classes in templates 2022-03-28 16:48:15 +02:00
noise Add FastNoiseLite / general noise overhaul 2022-03-20 14:53:45 +01:00
ogg Merge pull request #58130 from timothyqiu/ogg-seek-crash 2022-02-16 20:14:31 -08:00
openxr Move OpenXR project settings to the main, to make them visible on unsupported platforms. 2022-03-29 23:25:33 +03:00
raycast Improvements and fixes to occluders 2022-02-07 13:04:51 +01:00
regex Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
squish Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
svg Set threads to be one to avoid SVG crash. 2022-03-29 10:05:43 -07:00
text_server_adv [ICU] Add library name suffix for API rename to avoid conflicts. 2022-03-29 08:38:21 +03:00
text_server_fb Fix TextServer build with builtin_icu=no. 2022-03-28 11:06:49 +03:00
tga Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
theora Remove unused GDNative code 2022-03-09 13:59:03 +01:00
tinyexr Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
upnp Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
vhacd Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
visual_script Add GDExtension support to Script 2022-03-27 16:13:00 +02:00
vorbis Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
webp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
webrtc Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
websocket Modules: Don't build editor-specific classes in templates 2022-03-28 16:48:15 +02:00
webxr Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
xatlas_unwrap Add sanity checks to lightmap unwrap texel size 2022-02-24 13:00:51 +01:00
modules_builders.py SCons: Improve logic to generate modules_tests.gen.h 2022-02-08 13:01:35 +01:00
register_module_types.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
SCsub SCons: Improve logic to generate modules_tests.gen.h 2022-02-08 13:01:35 +01:00