Blender  V3.3
Public Attributes | List of all members
bTrackToConstraint Struct Reference

#include <DNA_constraint_types.h>

Public Attributes

struct Objecttar
 
int reserved1
 
int reserved2
 
int flags
 
char _pad [4]
 
char subtarget [64]
 

Detailed Description

Definition at line 249 of file DNA_constraint_types.h.

Member Data Documentation

◆ _pad

char bTrackToConstraint::_pad[4]

Definition at line 259 of file DNA_constraint_types.h.

◆ flags

int bTrackToConstraint::flags

Definition at line 258 of file DNA_constraint_types.h.

◆ reserved1

int bTrackToConstraint::reserved1

NOTE(@theeth): I'll be using reserved1 and reserved2 as Track and Up flags, not sure if that's what they were intended for anyway. Not sure either if it would create backward incompatibility if I were to rename them.

Definition at line 256 of file DNA_constraint_types.h.

◆ reserved2

int bTrackToConstraint::reserved2

Definition at line 257 of file DNA_constraint_types.h.

◆ subtarget

char bTrackToConstraint::subtarget[64]

MAX_ID_NAME-2.

Definition at line 261 of file DNA_constraint_types.h.

◆ tar

struct Object* bTrackToConstraint::tar

Definition at line 250 of file DNA_constraint_types.h.


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