|
Blender
V2.93
|
#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 589 of file DNA_constraint_types.h.
| struct Object* bFollowTrackConstraint::camera |
Definition at line 597 of file DNA_constraint_types.h.
| struct MovieClip* bFollowTrackConstraint::clip |
Definition at line 590 of file DNA_constraint_types.h.
| struct Object* bFollowTrackConstraint::depth_ob |
Definition at line 598 of file DNA_constraint_types.h.
| int bFollowTrackConstraint::flag |
Definition at line 593 of file DNA_constraint_types.h.
| int bFollowTrackConstraint::frame_method |
Definition at line 594 of file DNA_constraint_types.h.
| char bFollowTrackConstraint::object[64] |
MAX_NAME.
Definition at line 596 of file DNA_constraint_types.h.
| char bFollowTrackConstraint::track[64] |
MAX_NAME.
Definition at line 592 of file DNA_constraint_types.h.