Utility to convert Havok 2014-1-0 x32 files to FBX 2014.2.1
- x32 .hkt / .hkx / .xml animation/skeleton
Required Libraries/Applications:
- Havok SDK 2014-1-0
- FBX SDK 2014.2.1
- Visual Studio 2012 for Platform Toolset V110
Required Environment Variables for installed libraries:
- HAVOK_SDK_ROOT
- FBX_SDK_ROOT
- 1.) Open solution file and make sure all libaries are installed
- 2.) Compile as Debug or Release
- 3.) Copy release/debug libfbxsdk.dll from FBX SDK to application directory
-
Files to be converted must be on Version 2014-1-0 x32!
-
Verfiy using Havok Content Tools before trying to convert
-
Run havok2fbx.exe -hk_skeleton PATH -hk_anim PATH -fbx PATH
- hk_skeleton = The skeleton base to use
- hk_anim = Animation to load with the skeleton ( optional )
- fbx = path and filename for exported fbx, uses input filename if not specified ( optional )
- Autodesk, Inc. ( FBX SDK )
- Havok.com Inc. ( HAVOK Public SDK x32 )
- Ken Shoemake ( Euler/Quat Code Snippet )
- Figment ( Animation loading code idea/snippet from hkxcmd )
- Highflex ( Creator of havok2fbx tool )
- Check LICENSE.txt