Python Reference Guide
FBCharacterSolver Class Reference

Constraint class. More...

Public Member Functions

 FBCharacterSolver (str pName)
 Constructor. More...
 
 GetParentRotationOffset (FBRVector pR, int pIndex)
 Get the Parent Rotation Offset of the Given Extra Bone Index. More...
 
 SetParentRotationOffset (FBRVector pR, int pIndex)
 Set the Parent Rotation Offset of the Given Extra Bone Index. More...
 

Public Attributes

list ExtraFK
 Read Property: List of Extra FK in character More...
 
list ExtraBones
 Read Property: List of Extra Bones in character More...
 
FBComponent Source
 Read Write Property: Source character when doing a character retarget.
More...
 

Detailed Description

Constraint class.


Constructor & Destructor Documentation

◆ FBCharacterSolver()

FBCharacterSolver ( str  pName)

Constructor.

Parameters
pNameName of constraint.

Member Function Documentation

◆ GetParentRotationOffset()

GetParentRotationOffset ( FBRVector  pR,
int  pIndex 
)

Get the Parent Rotation Offset of the Given Extra Bone Index.

The rotation Offset if extracted at Characterisation (in Stance Pose). You don't need this value if the parent of the bone is characterized too.

Parameters
pROffset Rotation between the Bone and is parent at Stance Pose.
pIndexIndex of extra Bone to get.

◆ SetParentRotationOffset()

SetParentRotationOffset ( FBRVector  pR,
int  pIndex 
)

Set the Parent Rotation Offset of the Given Extra Bone Index.

The rotation Offset if extracted at Characterisation (in Stance Pose). You don't need this value if the parent of the bone is characterized too.

Parameters
pROffset Rotation between the Bone and is parent at Stance Pose.
pIndexIndex of extra Bone to get.

Member Data Documentation

◆ ExtraBones

list ExtraBones

Read Property: List of Extra Bones in character

◆ ExtraFK

list ExtraFK

Read Property: List of Extra FK in character

◆ Source

FBComponent Source

Read Write Property: Source character when doing a character retarget.