|
Blender V4.3
|
#include <DNA_constraint_types.h>
Public Attributes | |
| struct Object * | tar |
| int | flag |
| char | euler_order |
| char | mix_mode |
| char | _pad [2] |
| char | subtarget [64] |
Definition at line 261 of file DNA_constraint_types.h.
| char bRotateLikeConstraint::_pad[2] |
Definition at line 266 of file DNA_constraint_types.h.
| char bRotateLikeConstraint::euler_order |
Definition at line 264 of file DNA_constraint_types.h.
| int bRotateLikeConstraint::flag |
Definition at line 263 of file DNA_constraint_types.h.
Referenced by blo_do_versions_pre250(), and rotlike_new_data().
| char bRotateLikeConstraint::mix_mode |
Definition at line 265 of file DNA_constraint_types.h.
| char bRotateLikeConstraint::subtarget[64] |
MAX_ID_NAME-2.
Definition at line 268 of file DNA_constraint_types.h.
| struct Object* bRotateLikeConstraint::tar |
Definition at line 262 of file DNA_constraint_types.h.