https://github.com/matthewcpp/fbx-combine-anim
Combine FBX files containing an identical rig with one animation each into a single file containing all animations.
https://github.com/matthewcpp/fbx-combine-anim
animation fbx fbx-sdk
Last synced: 6 months ago
JSON representation
Combine FBX files containing an identical rig with one animation each into a single file containing all animations.
- Host: GitHub
- URL: https://github.com/matthewcpp/fbx-combine-anim
- Owner: matthewcpp
- License: mit
- Created: 2017-08-11T23:54:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-07-18T12:09:37.000Z (about 1 year ago)
- Last Synced: 2025-07-18T16:48:07.390Z (about 1 year ago)
- Topics: animation, fbx, fbx-sdk
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fbx-combine-anim
Combine FBX files that were exported with a single animation each into a resulting file which contains all of them.
For Example you could may upload a model to mixamo and download a number of fbx files with your animations. This tool can turn those multiple files into a single file containing your character with all animations.
### Setup
- Set `FBX_SDK_DIR` Environment variable to the root of your FBX SDK installation directory
- Alternatively pass `-DFBX_SDK_DIR=/path/to/fbx_sdk` to CMake
### Supported platforms
This has currently been tested on the following platforms with FBX SDK 2020.3.1:
- Windows x64
- MacOS