FBPose Class Reference

#include <mobu-python-api.h>

+ Inheritance diagram for FBPose:

Public Member Functions

__reduce__ ()
 
GetNodeCount ()
 
RemoveNode ()
 
GetNodeMatrix ()
 
AddNode ()
 
IsNodeLocalMatrix ()
 
SetIsNodeLocalMatrix ()
 
Find ()
 
SetNodeMatrix ()
 
GetNodeName ()
 
SetNodeObject ()
 
CreatePoseThumbnail ()
 
__init__ ()
 
GetNodeObject ()
 
- Public Member Functions inherited from FBComponent
HardSelect ()
 
GetObjectStatus ()
 
SetObjectStatus ()
 
DisableObjectFlags ()
 
GetOwnerFileReference ()
 
SetObjectFlags ()
 
GetObjectFlags ()
 
EnableObjectFlags ()
 
FBDelete ()
 
PropertyRemove ()
 
ProcessNamespaceHierarchy ()
 
PropertyCreate ()
 
HasObjectFlags ()
 
Is ()
 
ProcessObjectNamespace ()
 
PropertyAddReferenceProperty ()
 
ClassName ()
 
FBDestroy ()
 
FBCreate ()
 
PropertyAdd ()
 
PropertyGetModifiedList ()
 
__reduce__ ()
 
__init__ ()
 
- Public Member Functions inherited from FBPlug
ClassName ()
 
ConnectDstAt ()
 
ConnectSrc ()
 
ConnectSrcAt ()
 
DisconnectAllDst ()
 
DisconnectAllSrc ()
 
BeginChange ()
 
DisconnectDst ()
 
ConnectDst ()
 
GetSrcCount ()
 
SetContentModified ()
 
DisconnectDstAt ()
 
DisconnectSrcAt ()
 
GetDst ()
 
GetPlugConnectionModifiedList ()
 
GetDstType ()
 
GetSrcType ()
 
RevertModification ()
 
GetSrc ()
 
GetDstCount ()
 
IsSDKComponent ()
 
ReplaceSrcAt ()
 
MoveSrcAt ()
 
GetContentModified ()
 
SwapSrc ()
 
GetSelfModified ()
 
EndChange ()
 
GetOwner ()
 
ReplaceDstAt ()
 
GetOwnedCount ()
 
SetSelfModified ()
 
DisconnectSrc ()
 
Is ()
 
GetOwned ()
 
__reduce__ ()
 
__init__ ()
 
PrintClassDefinitions ()
 
- Public Member Functions inherited from FBPythonWrapper
__reduce__ ()
 
__init__ ()
 

Public Attributes

object Type
 
- Public Attributes inherited from FBComponent
object OwnerNamespace
 
object Components
 
object Name
 
object LongName
 
object FullName
 
object Parents
 
object PropertyList
 
object Selected
 
- Public Attributes inherited from FBPythonWrapper
object OnUnbind
 

Member Function Documentation

__init__ ( )

Python Docstring:

__init__( (object)arg1, (str)arg2) -> None 
__reduce__ ( )
AddNode ( )

Python Docstring:

AddNode( (FBPose)arg1, (FBModel)arg2 [, (FBMatrix)arg3 [, (object)arg4]]) -> int 
CreatePoseThumbnail ( )

Python Docstring:

CreatePoseThumbnail( (FBPose)arg1) -> None 
Find ( )

Python Docstring:

Find( (FBPose)arg1, (str)arg2) -> int 
GetNodeCount ( )

Python Docstring:

GetNodeCount( (FBPose)arg1) -> int 
GetNodeMatrix ( )

Python Docstring:

GetNodeMatrix( (FBPose)arg1, (object)arg2) -> FBMatrix 
GetNodeName ( )

Python Docstring:

GetNodeName( (FBPose)arg1, (object)arg2) -> str 
GetNodeObject ( )

Python Docstring:

GetNodeObject( (FBPose)arg1, (object)arg2) -> object 
IsNodeLocalMatrix ( )

Python Docstring:

IsNodeLocalMatrix( (FBPose)arg1, (object)arg2) -> bool 
RemoveNode ( )

Python Docstring:

RemoveNode( (FBPose)arg1, (object)arg2) -> None 
SetIsNodeLocalMatrix ( )

Python Docstring:

SetIsNodeLocalMatrix( (FBPose)arg1, (object)arg2, (object)arg3) -> None 
SetNodeMatrix ( )

Python Docstring:

SetNodeMatrix( (FBPose)arg1, (object)arg2, (FBMatrix)arg3) -> None 
SetNodeObject ( )

Python Docstring:

SetNodeObject( (FBPose)arg1, (object)arg2, (FBModel)arg3) -> None 

Member Data Documentation

object Type