|
Blender V4.3
|
#include <DNA_constraint_types.h>
Public Attributes | |
| struct Object * | tar |
| int | flag |
| char | _pad [4] |
| float | invmat [4][4] |
| char | subtarget [64] |
Definition at line 423 of file DNA_constraint_types.h.
| char bChildOfConstraint::_pad[4] |
Definition at line 428 of file DNA_constraint_types.h.
| int bChildOfConstraint::flag |
Settings.
Definition at line 427 of file DNA_constraint_types.h.
Referenced by childof_evaluate(), and childof_new_data().
| float bChildOfConstraint::invmat[4][4] |
Parent-inverse matrix to use.
Definition at line 430 of file DNA_constraint_types.h.
Referenced by childof_evaluate().
| char bChildOfConstraint::subtarget[64] |
String to specify a sub-object target, MAX_ID_NAME - 2.
Definition at line 432 of file DNA_constraint_types.h.
| struct Object* bChildOfConstraint::tar |
Object which will act as parent (or target comes from).
Definition at line 425 of file DNA_constraint_types.h.