Auto build fbx.pyd on windows.
Install Python & Visual Studio
- run
git clone git@github.com:FXTD-ODYSSEY/CMakeMaya.git
clone repo - run
python build.py
buildfbx.pyd
|build.py
will do several things for you.- download necessary
fbxsdk
&fbx_python_binding
files intoExternal
- extract
sip
&win_flex_bison
- setup compile environment
- compile the pyd & move to the root version folder
- download necessary
if you want to build different python version pyd, just use specified python interpreter run build.py
.
build.py
already py2 py3 compatible.
python -m unittest discover -s tests -p "test_*.py"
There are several python API lost according to C++ docs
- FbxCamera
- EvaluateLookAtPosition
- EvaluatePosition
- EvaluateUpDirection
- EvaluateUpDirection
- ComputeScreenToWorld