FBX Python SDK は Python 3.3 用が提供されており、それ以外の Python バージョンで使用するには FBX Python Bindings をビルドすることになります。 そのままではビルドすることが出来なかったので ...
The FBX Python SDK provided by Autodesk only supports Python2.7 and python3.3. In order to use the FBX Python SDK in Python3.7, I downloaded the FBX Python bindings and tried to build it. As a result, ...