I am trying to use the FBX converter tool, located in the utils/converters/fbx/ folder, of the three.js project located here:
https://github.com/mrdoob/three.js/
I have installed the FBX SDK Python 2013.3 bindings (at least I think I did that part correctly)
And I have Python 2.6 installed to C:\Python26
I copied the "FBX SDK" folder into C:\Pythons26\Lib\site-packages from C:\Program Files\Autodesk\FBX
But when I run the following command:
converty_to_threejs.py my_fbx_file.fbx test_output_file.js
I get the following error:
Could not locate the python FBX SDK! You need to copy the FBX SDK into your python install folder such as "Python26/Lib/site-packages" folder.
I also made sure that C:\Python26 was added to my PATH system variable.
Does anyone have any idea why it wouldn't be able to find the FBX SDK folder? I put it exactly where it wants it, but it won't find it.
Thanks in advance!