Naming conventions
 
 
 

PYFBSDK stands for PYthon FilmBox Software Development Kit. FilmBox was the predecessor of MotionBuilder.

All classes start with FB, for FilmBox.

In code samples, l, p, and g are used to prefix local variables, parameters, and globals respectively.