virtualx-engine/doc
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
..
classes Remove ad-hoc FBX importer 2022-03-30 13:04:31 +02:00
tools Fix typos with codespell 2022-02-10 12:30:19 +01:00
translations i18n: Sync classref translations with Weblate 2022-03-29 01:23:07 +02:00
class.xsd Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Doxyfile
Makefile i18n: Add --lang option to make_rst.py to write translated headings 2021-12-21 13:47:11 +01:00