|
Blender V5.0
|
#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 527 of file DNA_constraint_types.h.
| struct Object* bFollowTrackConstraint::camera |
Definition at line 533 of file DNA_constraint_types.h.
| struct MovieClip* bFollowTrackConstraint::clip |
Definition at line 528 of file DNA_constraint_types.h.
| struct Object* bFollowTrackConstraint::depth_ob |
Definition at line 534 of file DNA_constraint_types.h.
| int bFollowTrackConstraint::flag |
Definition at line 530 of file DNA_constraint_types.h.
| int bFollowTrackConstraint::frame_method |
Definition at line 531 of file DNA_constraint_types.h.
| char bFollowTrackConstraint::object[64] |
Definition at line 532 of file DNA_constraint_types.h.
| char bFollowTrackConstraint::track[64] |
Definition at line 529 of file DNA_constraint_types.h.