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 | |
pyfbsdk_additions | |
This module improves pyfbsdk UI building. | |
Functions | |
FBCreateUniqueTool (name) | |
Create a Tool with a unique name. More... | |
FBGetTools () | |
Get the list of Python Tools instantiated in MotionBuilder. More... | |
FBCreateTool (name) | |
Create a tool given a tool name. More... | |
FBDestroyTool (tool) | |
Destroy a Tool. More... | |
FBDestroyToolByName (name) | |
Destroy a tool given its name. More... | |
FBAddTool (tool) | |
Method that can be used for custom tool deriving from FBTool to add themselves to the too list. More... | |
FBRemoveTool (tool) | |
Remove a given tool from the tool list. More... | |
FBAddToolListener (toollistener) | |
Add a tool listener that will be notified on new tool creation/destruction. More... | |
FBRemoveToolListener (toollistener) | |
Remove a tool listener. More... | |