#include <mobu-python-api.h>
List of animation nodes.
Public Member Functions |
|
def | __reduce__ () |
def | __len__ () |
def | __getitem__ () |
def | FindByLabel () |
def | __init__ () |
def __reduce__ | ( | ) |
def __len__ | ( | ) |
def __getitem__ | ( | ) |
Python Docstring:
__getitem__( (FBPropertyListAnimationNode)arg1, (object)arg2) -> object
def FindByLabel | ( | ) |
Python Docstring:
FindByLabel( (FBPropertyListAnimationNode)arg1, (str)arg2) -> object
C++ Signature:
FBAnimationNode * FindByLabel(const char * pNodeLabel)
Find an animation node by label name.
pNodeLabel | UI name of animation node to find. |
def __init__ | ( | ) |
Python Docstring:
Raises an exception This class cannot be instantiated from Python