Blender V2.61 - r43446
|
#include <DNA_constraint_types.h>
Public Attributes | |
struct MovieClip * | clip |
char | track [64] |
int | flag |
int | pad |
char | object [64] |
struct Object * | camera |
struct Object * | depth_ob |
Definition at line 415 of file DNA_constraint_types.h.
struct Object* bFollowTrackConstraint::camera |
Definition at line 420 of file DNA_constraint_types.h.
Referenced by draw_object(), followtrack_evaluate(), and followtrack_id_looper().
Definition at line 416 of file DNA_constraint_types.h.
Referenced by build_dag_object(), followtrack_evaluate(), followtrack_id_looper(), followtrack_new_data(), test_constraints(), and unlink_movieclip().
Definition at line 421 of file DNA_constraint_types.h.
Referenced by build_dag_object(), followtrack_evaluate(), and followtrack_id_looper().
Definition at line 418 of file DNA_constraint_types.h.
Referenced by build_dag_object(), followtrack_evaluate(), followtrack_new_data(), and test_constraints().
char bFollowTrackConstraint::object[64] |
Definition at line 419 of file DNA_constraint_types.h.
Referenced by followtrack_evaluate(), and test_constraints().
Definition at line 418 of file DNA_constraint_types.h.
char bFollowTrackConstraint::track[64] |
Definition at line 417 of file DNA_constraint_types.h.
Referenced by build_dag_object(), followtrack_evaluate(), and test_constraints().