#include <mobu-python-api.h>
Different types for the animation node connectors.
Public Attributes | |
object | kFBAnimationNodeConnectorTypeNone |
The animation node connector is not connected and doesn't have a constant value set to it. More... | |
object | kFBAnimationNodeConnectorTypeConnectedIn |
The animation node input connector is connected to an animation node output connector (valid for input connector only). More... | |
object | kFBAnimationNodeConnectorTypeConnectedOut |
The animation node output connector is connected to at least one animation node input connector (valid for output connector only). More... | |
object | kFBAnimationNodeConnectorTypeConstantIn |
The animation node input connector has a constant value set to it (valid for input connector only). More... | |
object kFBAnimationNodeConnectorTypeConnectedIn |
The animation node input connector is connected to an animation node output connector (valid for input connector only).
object kFBAnimationNodeConnectorTypeConnectedOut |
The animation node output connector is connected to at least one animation node input connector (valid for output connector only).
object kFBAnimationNodeConnectorTypeConstantIn |
The animation node input connector has a constant value set to it (valid for input connector only).
object kFBAnimationNodeConnectorTypeNone |
The animation node connector is not connected and doesn't have a constant value set to it.