Blender
V3.3
|
Public Member Functions | |
IK_Channel () | |
Public Attributes | |
bPoseChannel * | pchan |
KDL::Frame | frame |
std::string | tail |
std::string | head |
int | parent |
short | jointType |
char | ndof |
char | jointValid |
Object * | owner |
double | jointValue [4] |
Definition at line 109 of file itasc_plugin.cpp.
|
inline |
Definition at line 122 of file itasc_plugin.cpp.
References jointType, jointValid, jointValue, ndof, owner, parent, and pchan.
KDL::Frame IK_Channel::frame |
Definition at line 111 of file itasc_plugin.cpp.
Referenced by execute_scene().
std::string IK_Channel::head |
Definition at line 113 of file itasc_plugin.cpp.
short IK_Channel::jointType |
Definition at line 115 of file itasc_plugin.cpp.
Referenced by BKE_pose_rest(), convert_channels(), convert_pose(), IK_Channel(), and joint_callback().
char IK_Channel::jointValid |
Definition at line 117 of file itasc_plugin.cpp.
Referenced by execute_scene(), IK_Channel(), and joint_callback().
double IK_Channel::jointValue[4] |
Definition at line 120 of file itasc_plugin.cpp.
Referenced by IK_Channel(), and joint_callback().
char IK_Channel::ndof |
Definition at line 116 of file itasc_plugin.cpp.
Referenced by BKE_pose_rest(), convert_channels(), convert_pose(), and IK_Channel().
Object* IK_Channel::owner |
Definition at line 119 of file itasc_plugin.cpp.
Referenced by convert_channels(), IK_Channel(), and joint_callback().
int IK_Channel::parent |
Definition at line 114 of file itasc_plugin.cpp.
Referenced by convert_channels(), execute_scene(), and IK_Channel().
bPoseChannel* IK_Channel::pchan |
Definition at line 110 of file itasc_plugin.cpp.
Referenced by base_callback(), BKE_pose_rest(), convert_channels(), convert_pose(), execute_scene(), IK_Channel(), and joint_callback().
std::string IK_Channel::tail |
Definition at line 112 of file itasc_plugin.cpp.
Referenced by base_callback(), and execute_scene().