Blender  V3.3
Public Attributes | List of all members
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 577 of file DNA_constraint_types.h.

Member Data Documentation

◆ camera

struct Object* bFollowTrackConstraint::camera

Definition at line 585 of file DNA_constraint_types.h.

◆ clip

struct MovieClip* bFollowTrackConstraint::clip

Definition at line 578 of file DNA_constraint_types.h.

◆ depth_ob

struct Object* bFollowTrackConstraint::depth_ob

Definition at line 586 of file DNA_constraint_types.h.

◆ flag

int bFollowTrackConstraint::flag

Definition at line 581 of file DNA_constraint_types.h.

◆ frame_method

int bFollowTrackConstraint::frame_method

Definition at line 582 of file DNA_constraint_types.h.

◆ object

char bFollowTrackConstraint::object[64]

MAX_NAME.

Definition at line 584 of file DNA_constraint_types.h.

◆ track

char bFollowTrackConstraint::track[64]

MAX_NAME.

Definition at line 580 of file DNA_constraint_types.h.


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