Root object class.
Public Member Functions | |
__init__ (str pName, object pObject=None) | |
Constructor. | |
GetSkinModelList (tuple pSkinModelList) | |
Return the list of skin model associated with this Skeleton(Bone), which could be the deformable skins connected via cluster, or non deformable skins which are parented directly under this bone. | |
Public Attributes | |
FBPropertyBase | Size |
Read Write Property: Size (not related to scaling). | |
FBPropertyBase | Color |
Read Write Property: Color of skeleton node. | |
FBPropertyBase | DrawLink |
Read Write Property: Whether to draw link to parent node or not. |
Constructor.
pName | Name of skeleton. |
pObject | For internal use only(default=NULL). |
Reimplemented from FBModel.
GetSkinModelList | ( | tuple | pSkinModelList | ) |
Return the list of skin model associated with this Skeleton(Bone), which could be the deformable skins connected via cluster, or non deformable skins which are parented directly under this bone.
pSkinModelList | List to be appended with skin models (with no duplicated items). |
FBPropertyBase Size |
Read Write Property: Size (not related to scaling).
FBPropertyBase Color |
Read Write Property: Color of skeleton node.
FBPropertyBase DrawLink |
Read Write Property: Whether to draw link to parent node or not.