|
| FBTimeWarpManager () |
| Constructor. More...
|
|
bool | ApplyTimeWarp (FBTake pTake, FBProperty pEvalProp, FBAnimationNode pTimeWarp) |
| Apply the TimeWarp in a Take to an evaluation property, just connect the storing property for the TimeWarp to the evaluation property. More...
|
|
| DestroyTimeWarpFromTake (FBTake pTake, FBAnimationNode pTimeWarp) |
| Destroy the TimeWarp in a Take, and removed from the DataSet. More...
|
|
int | FindTimeWarpNickNumberGlobal (FBAnimationNode pTimeWarp) |
| Find the Nick Number of one timewarp globally. More...
|
|
FBAnimationNode | GetTimeWarpAtIndex (FBTake pTake, kLong pIndex) |
| Get the TimeWarp in a Take At specific Index. More...
|
|
kLong | GetTimeWarpCount (FBTake pTake) |
| Get the count of TimeWarp in a Take. More...
|
|
FBAnimationNode | GetTimeWarpFromNickNumber (FBTake pTake, int pNumber) |
| Get the timeWarp of specific Nick Number in a Take. More...
|
|
int | GetTimeWarpNickNumber (FBTake pTake, FBAnimationNode pTimeWarp) |
| Get the Nick Number of one TimeWarp in a Take. More...
|
|
int | GetTimeWarpNickNumberAtIndex (FBTake pTake, kLong pIndex) |
| Get the Nick Number of one TimeWarp At specific index in a Take. More...
|
|
| RemoveTimeWarp (FBTake pTake, FBProperty pEvalProp) |
| Undo apply a timeWarp in a Take to an evaluation property, just disconnect the evaluation property from storing property. More...
|
|
| RemoveTimeWarpFromScene (FBAnimationNode pTimeWarp) |
| Remove a TimeWarp from Scene. More...
|
|
bool | SetTimeWarpNickNumber (FBTake pTake, FBAnimationNode pTimeWarp, int pNumber) |
| Set the Nick Number of one TimeWarp in a Take. More...
|
|
| TimeWarpAddToTake (FBTake pTake, FBAnimationNode pTimeWarp, int pNickNumber=0) |
| Add one TimeWarp to a Take. More...
|
|
| TimeWarpClearTake (FBTake pTake) |
| Clear all TimeWarp in a Take, and removed from the DataSet. More...
|
|
| TimeWarpCopyTake (FBTake pDstTake, FBTake pSrcTake) |
| Copy all the TimeWarp in one Take, add to another Take. More...
|
|
FBAnimationNode | TimeWarpCreateNew (str pName) |
| Create a TimeWarp with a specific name. More...
|
|
| TimeWarpInitTake (FBTake pTake) |
| Allocate container for the TimeWarp in one Take. More...
|
|
| TimeWarpMergeCurveNode (FBTake pTake, FBProperty pEvalProp, FBAnimationNode pNode, FBAnimationNode pTimeWarpNode) |
| Merge the TimeWarp to a function curve, and Remove the connection between the storing property and the evaluation property for the TimeWarp. More...
|
|
| TimeWarpRename (FBTake pTake, FBAnimationNode pTimeWarp, str pNewName) |
| Rename a TimeWarp. More...
|
|
| TimeWarpTakeChange () |
| Call registered callbacks when changes related to TimeWarp happen. More...
|
|
| FBComponent () |
| Constructor. More...
|
|
str | ClassName () |
| Get the class name. More...
|
|
| DisableObjectFlags (FBObjectFlag pFlags) |
| Disable a specific Object Flags. More...
|
|
| EnableObjectFlags (FBObjectFlag pFlags) |
| Enable a specific Object Flags. More...
|
|
bool | FBCreate () |
| Open Reality Creation function. More...
|
|
| FBDelete () |
| Open Reality deletion function. More...
|
|
| FBDestroy () |
| Open Reality destruction function. More...
|
|
FBObjectFlag | GetObjectFlags () |
| Get all Object Flags (concatenated). More...
|
|
bool | GetObjectStatus (FBObjectStatus pStatus) |
| Check to see if an object status is enabled. More...
|
|
FBFileReference | GetOwnerFileReference (p0) |
| Get the owner FileReference object. More...
|
|
| HardSelect () |
| HardSelect. More...
|
|
bool | HasObjectFlags (FBObjectFlag pFlags) |
| Check whether a specific object flag is enabled. More...
|
|
bool | Is (int pTypeId) |
| Returns true if object is of type TypeId. More...
|
|
bool | ProcessNamespaceHierarchy (FBNamespaceAction pNamespaceAction, str pNamespaceName, str pReplaceTo=None, bool pAddRight=True) |
| ProcessNamespaceHierarchy. More...
|
|
bool | ProcessObjectNamespace (FBNamespaceAction pNamespaceAction, str pNamespaceName, str pReplaceTo=None, bool pAddRight=True) |
| ProcessObjectNamespace. More...
|
|
int | PropertyAdd (FBProperty pProperty) |
| Add a property to the component's property manager. More...
|
|
bool | PropertyAddReferenceProperty (FBProperty pReferenceProperty) |
| Add a reference property to the component's property manager. More...
|
|
FBProperty | PropertyCreate (str pName, FBType pType, str pDataType, bool pAnimatable, bool pIsUser=False, FBProperty pReferenceSource=None) |
| Create user or dynamic property. More...
|
|
| PropertyGetModifiedList (FBArrayTemplate< FB > pPropList, FBPlugModificationFlag pModificationFlags) |
| Get list of properties which have been modified since last loading. More...
|
|
| PropertyRemove (FBProperty pProperty) |
| Remove a Property from the component's Property manager. More...
|
|
| SetObjectFlags (FBObjectFlag pFlags) |
| SetObjectFlags. More...
|
|
| SetObjectStatus (FBObjectStatus pStatus, bool pValue) |
| Enable/Disable a specific Object Status. More...
|
|
Time Warp Manager Interface to the Time Warp Manager.
See sample: TimeWarp.py.