Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ebadier/motionbuilder-tools
C++ tools for Motion Builder
https://github.com/ebadier/motionbuilder-tools
animation bvh-files cplusplus motion-builder
Last synced: about 2 months ago
JSON representation
C++ tools for Motion Builder
- Host: GitHub
- URL: https://github.com/ebadier/motionbuilder-tools
- Owner: ebadier
- License: mit
- Created: 2015-10-14T10:08:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-21T15:16:06.000Z (almost 5 years ago)
- Last Synced: 2024-04-04T14:32:33.041Z (9 months ago)
- Topics: animation, bvh-files, cplusplus, motion-builder
- Language: C++
- Homepage:
- Size: 19.5 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Motion Builder Tools
A collection of C++ classes to ease the use of the Motion Builder SDK# BvhToFbxTool
A Tool to convert BVH files to FBX files.
This tool is an alternative of the Motion Builder "Batch" function:
- it doesn't ask you to specify a Character to make the conversion, so the motion is not altered during the conversion process.
- it allows you to keep the original BVH framerate (but you can still force the framerate value).# Build Instructions
- Set the environment variable Mobu_InstallDir with your Motion Builder installation path.
Typically, "C:\Program Files\Autodesk\MotionBuilder".
- Build the solution MoBuTools.sln