|
Blender V4.5
|
#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 541 of file DNA_constraint_types.h.
| struct Object* bFollowTrackConstraint::camera |
Definition at line 547 of file DNA_constraint_types.h.
| struct MovieClip* bFollowTrackConstraint::clip |
Definition at line 542 of file DNA_constraint_types.h.
| struct Object* bFollowTrackConstraint::depth_ob |
Definition at line 548 of file DNA_constraint_types.h.
| int bFollowTrackConstraint::flag |
Definition at line 544 of file DNA_constraint_types.h.
| int bFollowTrackConstraint::frame_method |
Definition at line 545 of file DNA_constraint_types.h.
| char bFollowTrackConstraint::object[64] |
Definition at line 546 of file DNA_constraint_types.h.
| char bFollowTrackConstraint::track[64] |
Definition at line 543 of file DNA_constraint_types.h.