Classes | |
class | FBButtonGroup |
Button group class used to manage multiple radio buttons. More... | |
class | FBTabControl |
A real FBTabControl that improve the behavior of the FBTabPanel. More... | |
class | FBBoxLayout |
Base class for a line layout (either vertical or horizontal) More... | |
class | FBHBoxLayout |
This class manages a FBBoxLayout Horizontal (see FBBoxLayout for documentation on how to Add/Remove control). More... | |
class | FBVBoxLayout |
This class manages a FBBoxLayout Vertical (see FBBoxLayout for documentation on how to Add/Remove control). More... | |
class | FBGridLayout |
More advance layout that allow organisation of control in a grid. More... | |
Namespaces | |
namespace | pyfbsdk_additions |
This module improves pyfbsdk UI building. | |
Functions | |
FBCreateUniqueTool (name) | |
Create a Tool with a unique name. | |
FBGetTools () | |
Get the list of Python Tools instantiated in MotionBuilder. | |
FBCreateTool (name) | |
Create a tool given a tool name. | |
FBDestroyTool (tool) | |
Destroy a Tool. | |
FBDestroyToolByName (name) | |
Destroy a tool given its name. | |
FBAddTool (tool) | |
Method that can be used for custom tool deriving from FBTool to add themselves to the too list. | |
FBRemoveTool (tool) | |
Remove a given tool from the tool list. | |
FBAddToolListener (toollistener) | |
Add a tool listener that will be notified on new tool creation/destruction. | |
FBRemoveToolListener (toollistener) | |
Remove a tool listener. | |