|
Blender V5.0
|
Public Member Functions | |
| IK_Target () | |
| ~IK_Target () | |
Public Attributes | |
| Depsgraph * | bldepsgraph |
| Scene * | blscene |
| iTaSC::MovingFrame * | target |
| iTaSC::ConstraintSet * | constraint |
| bConstraint * | blenderConstraint |
| bPoseChannel * | rootChannel |
| Object * | owner |
| ErrorCallback | errorCallback |
| std::string | targetName |
| std::string | constraintName |
| ushort | controlType |
| short | channel |
| short | ee |
| bool | simulation |
| bool | eeBlend |
| float | eeRest [4][4] |
Definition at line 79 of file itasc_plugin.cc.
|
inline |
Definition at line 97 of file itasc_plugin.cc.
References bldepsgraph, blenderConstraint, blscene, channel, constraint, constraintName, controlType, ee, eeBlend, owner, rootChannel, simulation, target, and targetName.
|
inline |
Definition at line 114 of file itasc_plugin.cc.
References constraint, and target.
| Depsgraph* IK_Target::bldepsgraph |
Definition at line 80 of file itasc_plugin.cc.
Referenced by convert_tree(), IK_Target(), and target_callback().
| bConstraint* IK_Target::blenderConstraint |
Definition at line 84 of file itasc_plugin.cc.
Referenced by convert_tree(), copypose_callback(), copypose_error(), distance_callback(), distance_error(), execute_scene(), IK_Target(), and target_callback().
| Scene* IK_Target::blscene |
Definition at line 81 of file itasc_plugin.cc.
Referenced by convert_tree(), IK_Target(), and target_callback().
| short IK_Target::channel |
Definition at line 91 of file itasc_plugin.cc.
Referenced by convert_tree(), and IK_Target().
| iTaSC::ConstraintSet* IK_Target::constraint |
Definition at line 83 of file itasc_plugin.cc.
Referenced by convert_tree(), execute_scene(), IK_Target(), and ~IK_Target().
| std::string IK_Target::constraintName |
Definition at line 89 of file itasc_plugin.cc.
Referenced by convert_tree(), and IK_Target().
| ushort IK_Target::controlType |
Definition at line 90 of file itasc_plugin.cc.
Referenced by convert_tree(), copypose_callback(), copypose_error(), and IK_Target().
| short IK_Target::ee |
Definition at line 92 of file itasc_plugin.cc.
Referenced by base_callback(), convert_tree(), and IK_Target().
| bool IK_Target::eeBlend |
Definition at line 94 of file itasc_plugin.cc.
Referenced by convert_tree(), IK_Target(), and target_callback().
| float IK_Target::eeRest[4][4] |
Definition at line 95 of file itasc_plugin.cc.
Referenced by convert_tree(), and target_callback().
| ErrorCallback IK_Target::errorCallback |
Definition at line 87 of file itasc_plugin.cc.
Referenced by convert_tree(), and execute_scene().
| Object* IK_Target::owner |
Definition at line 86 of file itasc_plugin.cc.
Referenced by convert_tree(), copypose_callback(), distance_callback(), IK_Target(), and target_callback().
| bPoseChannel* IK_Target::rootChannel |
Definition at line 85 of file itasc_plugin.cc.
Referenced by convert_tree(), IK_Target(), and target_callback().
| bool IK_Target::simulation |
Definition at line 93 of file itasc_plugin.cc.
Referenced by convert_tree(), copypose_callback(), distance_callback(), and IK_Target().
| iTaSC::MovingFrame* IK_Target::target |
Definition at line 82 of file itasc_plugin.cc.
Referenced by base_callback(), convert_tree(), IK_Target(), and ~IK_Target().
| std::string IK_Target::targetName |
Definition at line 88 of file itasc_plugin.cc.
Referenced by convert_tree(), and IK_Target().