Blender
V3.3
|
Public Member Functions | |
IK_Target () | |
~IK_Target () | |
Public Attributes | |
struct Depsgraph * | bldepsgraph |
struct Scene * | blscene |
iTaSC::MovingFrame * | target |
iTaSC::ConstraintSet * | constraint |
struct bConstraint * | blenderConstraint |
struct bPoseChannel * | rootChannel |
Object * | owner |
ErrorCallback | errorCallback |
std::string | targetName |
std::string | constraintName |
unsigned short | controlType |
short | channel |
short | ee |
bool | simulation |
bool | eeBlend |
float | eeRest [4][4] |
Definition at line 67 of file itasc_plugin.cpp.
|
inline |
Definition at line 85 of file itasc_plugin.cpp.
References bldepsgraph, blenderConstraint, blscene, channel, constraint, constraintName, controlType, ee, eeBlend, owner, rootChannel, simulation, target, and targetName.
|
inline |
Definition at line 102 of file itasc_plugin.cpp.
References constraint, and target.
struct Depsgraph* IK_Target::bldepsgraph |
Definition at line 68 of file itasc_plugin.cpp.
Referenced by convert_tree(), IK_Target(), and target_callback().
struct bConstraint* IK_Target::blenderConstraint |
Definition at line 72 of file itasc_plugin.cpp.
Referenced by convert_tree(), copypose_callback(), copypose_error(), distance_callback(), distance_error(), execute_scene(), IK_Target(), and target_callback().
struct Scene* IK_Target::blscene |
Definition at line 69 of file itasc_plugin.cpp.
Referenced by convert_tree(), IK_Target(), and target_callback().
short IK_Target::channel |
Definition at line 79 of file itasc_plugin.cpp.
Referenced by convert_tree(), and IK_Target().
iTaSC::ConstraintSet* IK_Target::constraint |
Definition at line 71 of file itasc_plugin.cpp.
Referenced by convert_tree(), execute_scene(), IK_Target(), and ~IK_Target().
std::string IK_Target::constraintName |
Definition at line 77 of file itasc_plugin.cpp.
Referenced by convert_tree(), and IK_Target().
unsigned short IK_Target::controlType |
Definition at line 78 of file itasc_plugin.cpp.
Referenced by convert_tree(), copypose_callback(), copypose_error(), and IK_Target().
short IK_Target::ee |
Definition at line 80 of file itasc_plugin.cpp.
Referenced by base_callback(), convert_tree(), and IK_Target().
bool IK_Target::eeBlend |
Definition at line 82 of file itasc_plugin.cpp.
Referenced by convert_tree(), IK_Target(), and target_callback().
float IK_Target::eeRest[4][4] |
Definition at line 83 of file itasc_plugin.cpp.
Referenced by convert_tree(), and target_callback().
ErrorCallback IK_Target::errorCallback |
Definition at line 75 of file itasc_plugin.cpp.
Referenced by convert_tree(), and execute_scene().
Object* IK_Target::owner |
Definition at line 74 of file itasc_plugin.cpp.
Referenced by convert_tree(), copypose_callback(), distance_callback(), IK_Target(), and target_callback().
struct bPoseChannel* IK_Target::rootChannel |
Definition at line 73 of file itasc_plugin.cpp.
Referenced by convert_tree(), IK_Target(), and target_callback().
bool IK_Target::simulation |
Definition at line 81 of file itasc_plugin.cpp.
Referenced by convert_tree(), copypose_callback(), distance_callback(), and IK_Target().
iTaSC::MovingFrame* IK_Target::target |
Definition at line 70 of file itasc_plugin.cpp.
Referenced by base_callback(), convert_tree(), IK_Target(), and ~IK_Target().
std::string IK_Target::targetName |
Definition at line 76 of file itasc_plugin.cpp.
Referenced by convert_tree(), and IK_Target().