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.

Creative Commons License Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License