Python FBX is distributed with FBX SDK. There are separate distributions of Python binding for Windows, Linux, and Mac OS. Within these distributions, there are separate directories for each combination of Python version (such as 2.7 or 3.3) and machine type (32-bit or 64-bit).
For Windows, these versions of Python FBX are provided:
Directory name | Python version, machine type |
---|---|
Python27_x86 | 2.7, 32-bit |
Python33_x86 | 3.3, 32-bit |
Python27_x64 | 2.7, 64-bit |
Python33_x64 | 3.3, 64-bit |
For Linux, these versions of Python FBX are provided:
Directory name | Python version, machine type |
---|---|
Python27_x64 | 2.7, 64-bit, 2-byte Unicode characters |
Python33_x64 | 3.3, 64-bit, 2-byte Unicode characters |
Python27_ucs4_x64 | 2.7, 64-bit, 4-byte Unicode characters |
Python33_ucs4_x64 | 3.3, 64-bit, 4-byte Unicode characters |
For Mac OS, these versions of Python FBX are provided:
Directory name | Python version, machine type |
---|---|
Python27 | 2.7, 32-bit/64-bit as universal binary |
Python33 | 3.3, 32-bit/64-bit as universal binary |
Remember the directory name of the Python version that you wish to use with Python FBX. You’ll need it for Installing Python FBX.