FaceFX Documentation and support
There are several Python scripts in the FaceFX Studio scripts directory that can be used as a reference.
From the python shell, additional documentation is available from the python modules that ship with FaceFX Studio. For example:
import FxAnimation help(FxAnimation) help(FxStudio) help(FxPhonemes)