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