Blender
V3.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 577 of file DNA_constraint_types.h.
struct Object* bFollowTrackConstraint::camera |
Definition at line 585 of file DNA_constraint_types.h.
struct MovieClip* bFollowTrackConstraint::clip |
Definition at line 578 of file DNA_constraint_types.h.
struct Object* bFollowTrackConstraint::depth_ob |
Definition at line 586 of file DNA_constraint_types.h.
int bFollowTrackConstraint::flag |
Definition at line 581 of file DNA_constraint_types.h.
int bFollowTrackConstraint::frame_method |
Definition at line 582 of file DNA_constraint_types.h.
char bFollowTrackConstraint::object[64] |
MAX_NAME.
Definition at line 584 of file DNA_constraint_types.h.
char bFollowTrackConstraint::track[64] |
MAX_NAME.
Definition at line 580 of file DNA_constraint_types.h.