I am trying to use the FBX converter tool located in the utils / converters / fbx / folder from the three.js project located here:
https://github.com/mrdoob/three.js/
I installed the Python 2013.3 FBX SDK bindings (at least I think I did this part correctly)
And I have Python 2.6 installed on C: \ Python26
I copied the "FBX SDK" folder to C: \ Pythons26 \ Lib \ site-packages from C: \ Program Files \ Autodesk \ FBX
But when I run the following command:
convertty_to_threejs.py my_fbx_file.fbx test_output_file.js
I get the following error:
Could not find Python FBX SDK! You need to copy the FBX SDK to the python installation folder, such as the Python26 / Lib / site-packages folder.
I also made sure that C: \ Python26 was added to the PATH system variable.
Does anyone know why he cannot find the FBX SDK folder? I put him exactly where he wants it, but he will not find it.
Thanks in advance!
user1241712
source share