FBAnimationNodeConnectorType Class Reference

FBAnimationNodeConnectorType Class Reference

#include <mobu-python-api.h>

Class Description

Different types for the animation node connectors.

+ Inheritance diagram for FBAnimationNodeConnectorType:

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...
 

Member Data Documentation

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.