Blender V4.3
bFollowTrackConstraint Struct Reference

#include <DNA_constraint_types.h>

Public Attributes

struct MovieClipclip
 
char track [64]
 
int flag
 
int frame_method
 
char object [64]
 
struct Objectcamera
 
struct Objectdepth_ob
 

Detailed Description

Definition at line 580 of file DNA_constraint_types.h.

Member Data Documentation

◆ camera

struct Object* bFollowTrackConstraint::camera

Definition at line 588 of file DNA_constraint_types.h.

◆ clip

struct MovieClip* bFollowTrackConstraint::clip

Definition at line 581 of file DNA_constraint_types.h.

Referenced by followtrack_new_data().

◆ depth_ob

struct Object* bFollowTrackConstraint::depth_ob

Definition at line 589 of file DNA_constraint_types.h.

◆ flag

int bFollowTrackConstraint::flag

Definition at line 584 of file DNA_constraint_types.h.

Referenced by followtrack_context_init().

◆ frame_method

int bFollowTrackConstraint::frame_method

Definition at line 585 of file DNA_constraint_types.h.

◆ object

char bFollowTrackConstraint::object[64]

MAX_NAME.

Definition at line 587 of file DNA_constraint_types.h.

◆ track

char bFollowTrackConstraint::track[64]

MAX_NAME.

Definition at line 583 of file DNA_constraint_types.h.


The documentation for this struct was generated from the following file: