|
Blender V4.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 113 of file itasc_plugin.cc.
|
inline |
Definition at line 126 of file itasc_plugin.cc.
References jointType, jointValid, jointValue, ndof, owner, parent, and pchan.
| KDL::Frame IK_Channel::frame |
Definition at line 115 of file itasc_plugin.cc.
Referenced by execute_scene().
| std::string IK_Channel::head |
Definition at line 117 of file itasc_plugin.cc.
Referenced by convert_tree().
| short IK_Channel::jointType |
Definition at line 119 of file itasc_plugin.cc.
Referenced by BKE_pose_rest(), convert_channels(), convert_pose(), convert_tree(), IK_Channel(), and joint_callback().
| char IK_Channel::jointValid |
Definition at line 121 of file itasc_plugin.cc.
Referenced by execute_scene(), IK_Channel(), and joint_callback().
| double IK_Channel::jointValue[4] |
Definition at line 124 of file itasc_plugin.cc.
Referenced by IK_Channel(), and joint_callback().
| char IK_Channel::ndof |
Definition at line 120 of file itasc_plugin.cc.
Referenced by BKE_pose_rest(), convert_channels(), convert_pose(), convert_tree(), and IK_Channel().
| Object* IK_Channel::owner |
Definition at line 123 of file itasc_plugin.cc.
Referenced by convert_channels(), IK_Channel(), and joint_callback().
| int IK_Channel::parent |
Definition at line 118 of file itasc_plugin.cc.
Referenced by convert_channels(), execute_scene(), and IK_Channel().
| bPoseChannel* IK_Channel::pchan |
Definition at line 114 of file itasc_plugin.cc.
Referenced by base_callback(), BKE_pose_rest(), convert_channels(), convert_pose(), convert_tree(), execute_scene(), IK_Channel(), and joint_callback().
| std::string IK_Channel::tail |
Definition at line 116 of file itasc_plugin.cc.
Referenced by base_callback(), convert_tree(), and execute_scene().