The fx Module
All of Silhouette's built-in functions are defined in the fx module. The easiest way to make use of the module is to use the Python statement from fx import *.
Global Functions
Name
|
Description
|
action(name) |
Returns the Action with the given name
|
activeLayer() |
Return the active Layer, or None
|
activeNode() |
Return the active Node, or None
|
activeProject() |
Return the active Project, or None
|
activeSession() |
Return the active Session, or None
|
addAction(action) |
Add a new Action to the action list
|
Global Constants
fx Objects
Name
|
Description
|
Action |
Base class for Actions
|
Object |
Base class for all objects
|