|
Blender V4.3
|
#include <DNA_constraint_types.h>
Public Attributes | |
| struct Object * | tar |
| int | reserved1 |
| int | reserved2 |
| int | flags |
| char | _pad [4] |
| char | subtarget [64] |
Definition at line 245 of file DNA_constraint_types.h.
| char bTrackToConstraint::_pad[4] |
Definition at line 255 of file DNA_constraint_types.h.
| int bTrackToConstraint::flags |
Definition at line 254 of file DNA_constraint_types.h.
| int bTrackToConstraint::reserved1 |
NOTE(@theeth): I'll be using reserved1 and reserved2 as Track and Up flags, not sure if that's what they were intended for anyway. Not sure either if it would create backward incompatibility if I were to rename them.
Definition at line 252 of file DNA_constraint_types.h.
Referenced by blo_do_versions_pre250(), and trackto_new_data().
| int bTrackToConstraint::reserved2 |
Definition at line 253 of file DNA_constraint_types.h.
| char bTrackToConstraint::subtarget[64] |
MAX_ID_NAME-2.
Definition at line 257 of file DNA_constraint_types.h.
| struct Object* bTrackToConstraint::tar |
Definition at line 246 of file DNA_constraint_types.h.
Referenced by blo_do_version_old_trackto_to_constraints(), and blender::ed::object::track_set_exec().