|
Blender V4.3
|
#include <DNA_constraint_types.h>
Public Attributes | |
| struct MovieClip * | clip |
| char | track [64] |
| int | flag |
| int | frame_method |
| char | object [64] |
| struct Object * | camera |
| struct Object * | depth_ob |
Definition at line 580 of file DNA_constraint_types.h.
| struct Object* bFollowTrackConstraint::camera |
Definition at line 588 of file DNA_constraint_types.h.
| struct MovieClip* bFollowTrackConstraint::clip |
Definition at line 581 of file DNA_constraint_types.h.
Referenced by followtrack_new_data().
| struct Object* bFollowTrackConstraint::depth_ob |
Definition at line 589 of file DNA_constraint_types.h.
| int bFollowTrackConstraint::flag |
Definition at line 584 of file DNA_constraint_types.h.
Referenced by followtrack_context_init().
| int bFollowTrackConstraint::frame_method |
Definition at line 585 of file DNA_constraint_types.h.
| char bFollowTrackConstraint::object[64] |
MAX_NAME.
Definition at line 587 of file DNA_constraint_types.h.
| char bFollowTrackConstraint::track[64] |
MAX_NAME.
Definition at line 583 of file DNA_constraint_types.h.