|
Blender V4.3
|
#include <DNA_constraint_types.h>
Public Attributes | |
| int | flag |
| char | _pad [4] |
| ListBase | targets |
Definition at line 233 of file DNA_constraint_types.h.
| char bArmatureConstraint::_pad[4] |
Definition at line 236 of file DNA_constraint_types.h.
| int bArmatureConstraint::flag |
General settings/state indicators accessed by bitmapping.
Definition at line 235 of file DNA_constraint_types.h.
| ListBase bArmatureConstraint::targets |
A list of targets that this constraint has (bConstraintTarget-s).
Definition at line 239 of file DNA_constraint_types.h.
Referenced by armdef_copy(), and armdef_get_tars().