Mirror of godotengine/FBX2glTF
Find a file
2024-11-29 19:08:28 +01:00
.github More Windows CI fixes 2024-03-23 11:58:50 +01:00
src Add boost::nowide for utf8 support. 2024-04-28 01:08:17 -07:00
third_party Update stb single header libraries. 2022-04-07 12:56:21 -07:00
.clang-format Apply clang-format to all our source. (#149) 2018-12-18 23:30:29 -08:00
.dockerignore Added sdk to dockerignore 2019-05-14 07:16:28 -07:00
.gitignore Add demo. 2021-11-28 11:14:31 -08:00
CMakeLists.txt Add boost::nowide for utf8 support. 2024-04-28 01:08:17 -07:00
CODE_OF_CONDUCT.md Organization change. 2021-06-06 18:48:47 -07:00
conanfile.py Assorted dependency updates 2024-03-22 23:10:52 +01:00
CONTRIBUTING.md We don't use CLA. 2021-06-06 18:50:23 -07:00
FindFBX.cmake Typo. Use vs2019. 2021-06-06 21:37:42 -07:00
LICENSE Update README with more license and download details 2022-12-18 00:42:18 +01:00
README.md Clarify that we no longer actively maintain this fork 2024-11-29 19:08:28 +01:00

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.