Importing FBX libraries into your Python script
 
 
 

To write a script using Python FBX, you must import the Python FBX libraries into your script. Put the following statement at the beginning of your script:

from fbx import *

Now you can write scripts using any of the classes and member functions of Python FBX.