A command-line tool for the conversion of 3D model assets on the FBX file format to the glTF file format.
#godot #fbx #converter #mesh #gltf

Rémi Verschelde 7857fa4914 Clarify that we no longer actively maintain this fork 7 hónapja
.github c33d823373 More Windows CI fixes 1 éve
src 7937f9eb4d Add boost::nowide for utf8 support. 1 éve
third_party d7d8f4a396 Update stb single header libraries. 3 éve
.clang-format 5730d1c301 Apply clang-format to all our source. (#149) 6 éve
.dockerignore feb2768b61 Added sdk to dockerignore 6 éve
.gitignore bd35c5dab2 Add demo. 3 éve
CMakeLists.txt 7937f9eb4d Add boost::nowide for utf8 support. 1 éve
CODE_OF_CONDUCT.md a7a3144397 Organization change. 4 éve
CONTRIBUTING.md 381447b909 We don't use CLA. 4 éve
FindFBX.cmake 3ab040a298 Typo. Use vs2019. 4 éve
LICENSE 05ff763a82 Update README with more license and download details 2 éve
README.md 7857fa4914 Clarify that we no longer actively maintain this fork 7 hónapja
conanfile.py b60d28572c Assorted dependency updates 1 éve

README.md

FBX2glTF

[!NOTE]

As of Godot 4.3, FBX2glTF is no longer used. The engine now relies on ufbx instead, which is a built-in library instead of an external command-line tool.

As such, in Godot 4.3 or later, you no longer need to set up FBX2glTF to import FBX scenes.

We no longer actively maintain this repository as we won't be needing it going forward. If you want to build on top of it for your own use cases, feel free to fork it.

A command-line tool for the conversion of 3D model assets on the FBX file format to the glTF file format.

This is a fork of facebookincubator/FBX2glTF to fix issues for the needs of Godot Engine.

Change skinning-weights to 4 with --skinning-weights 4, if your engine does not support the 8 bone weights feature.

Change the default import of the engine to be different from 30 fps if needed, with --anim-framerate (bake24|bake30|bake60).

License

The FBX2glTF command line tool is distributed under the 3-clause BSD license.

Precompiled binaries include proprietary code from the Autodesk FBX SDK 2020, which is distributed under the Autodesk LICENSE AND SERVICES AGREEMENT.

By downloading and using this tool, you agree to the terms of that Autodesk proprietary license.

Platform binaries

Check the latest release for the last precompiled binaries for Linux, macOS, and Windows.

There are also artifacts of the latest commit for Linux, macOS, and Windows in the GitHub Actions tab.

Build instructions

Reference the GitHub workflow.