Blender V2.61 - r43446
|
#include <DNA_constraint_types.h>
Public Attributes | |
struct Object * | tar |
int | flag |
int | pad |
float | invmat [4][4] |
char | subtarget [64] |
Definition at line 322 of file DNA_constraint_types.h.
Definition at line 324 of file DNA_constraint_types.h.
Referenced by childof_evaluate(), and childof_new_data().
float bChildOfConstraint::invmat[4][4] |
Definition at line 326 of file DNA_constraint_types.h.
Referenced by childof_clear_inverse_exec(), childof_evaluate(), childof_new_data(), and childof_set_inverse_exec().
Definition at line 325 of file DNA_constraint_types.h.
char bChildOfConstraint::subtarget[64] |
Definition at line 327 of file DNA_constraint_types.h.
Referenced by childof_flush_tars(), and childof_get_tars().
struct Object* bChildOfConstraint::tar |
Definition at line 323 of file DNA_constraint_types.h.
Referenced by childof_flush_tars(), childof_get_tars(), childof_id_looper(), and rotlike_id_looper().