|
Blender
V3.3
|
#include <DNA_constraint_types.h>
Public Attributes | |
| struct Object * | tar |
| int | flag |
| int | flag2 |
Definition at line 410 of file DNA_constraint_types.h.
| int bClampToConstraint::flag |
Which axis/plane to compare owner's location on.
Definition at line 414 of file DNA_constraint_types.h.
| int bClampToConstraint::flag2 |
For legacy reasons, this is flag2. used for any extra settings.
Definition at line 416 of file DNA_constraint_types.h.
| struct Object* bClampToConstraint::tar |
'target' must be a curve.
Definition at line 412 of file DNA_constraint_types.h.