A command line tool to rename joints for retargeting in FBX files
Operation is super simple:
- Place your input FBX in the Debug folder
- Run FBXTest.exe filename.fbx (where filename is your fbx file)
- Edit the jointmap.cfg file. Syntax is one joint per line, with the old and new joint name seperated by an equals sign - e.g. myOldJointName=myNewJointName.
- Joints without an old to new mapping will be ignored (not renamed)
- Output will go to output.fbx