This reference page is linked to from the following overview topics: List of Python Fbx classes.
#include <fbxcontrolset.h>
An effector wraps a character node (FbxNode) used to animate its control rig (FbxControlSet) via inverse kinematics.
Definition at line 62 of file fbxcontrolset.h.
| enum ESetId |
| eDefaultSet | |
| eAux1Set | |
| eAux2Set | |
| eAux3Set | |
| eAux4Set | |
| eAux5Set | |
| eAux6Set | |
| eAux7Set | |
| eAux8Set | |
| eAux9Set | |
| eAux10Set | |
| eAux11Set | |
| eAux12Set | |
| eAux13Set | |
| eAux14Set | |
| eSetIdCount |
Definition at line 65 of file fbxcontrolset.h.
| enum ENodeId |
Definition at line 85 of file fbxcontrolset.h.
{
eHips,
eLeftAnkle,
eRightAnkle,
eLeftWrist,
eRightWrist,
eLeftKnee,
eRightKnee,
eLeftElbow,
eRightElbow,
eChestOrigin,
eChestEnd,
eLeftFoot,
eRightFoot,
eLeftShoulder,
eRightShoulder,
eHead,
eLeftHip,
eRightHip,
eLeftHand,
eRightHand,
eLeftHandThumb,
eLeftHandIndex,
eLeftHandMiddle,
eLeftHandRing,
eLeftHandPinky,
eLeftHandExtraFinger,
eRightHandThumb,
eRightHandIndex,
eRightHandMiddle,
eRightHandRing,
eRightHandPinky,
eRightHandExtraFinger,
eLeftFootThumb,
eLeftFootIndex,
eLeftFootMiddle,
eLeftFootRing,
eLeftFootPinky,
eLeftFootExtraFinger,
eRightFootThumb,
eRightFootIndex,
eRightFootMiddle,
eRightFootRing,
eRightFootPinky,
eRightFootExtraFinger,
eNodeIdCount
};
| FbxEffector | ( | ) |
Default constructor with uninitialized character node.
| FbxEffector& operator= | ( | const FbxEffector & | pEffector | ) |
Assignment operator.
| pEffector | Another FbxEffector assigned to this one. |
| void Reset | ( | ) |
The character's node in a hierarchy linked to this effector.
Definition at line 149 of file fbxcontrolset.h.
| bool mShow |
true if the effector is visible, false
if hidden
Definition at line 152 of file fbxcontrolset.h.