An open API service indexing awesome lists of open source software.

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.

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