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

#include <DNA_constraint_types.h>

Public Attributes

struct Objecttar
 
int flag
 
char _pad [4]
 
float invmat [4][4]
 
char subtarget [64]
 

Detailed Description

Definition at line 420 of file DNA_constraint_types.h.

Member Data Documentation

◆ _pad

char bChildOfConstraint::_pad[4]

Definition at line 425 of file DNA_constraint_types.h.

◆ flag

int bChildOfConstraint::flag

Settings.

Definition at line 424 of file DNA_constraint_types.h.

Referenced by childof_evaluate().

◆ invmat

float bChildOfConstraint::invmat[4][4]

Parent-inverse matrix to use.

Definition at line 427 of file DNA_constraint_types.h.

Referenced by childof_evaluate().

◆ subtarget

char bChildOfConstraint::subtarget[64]

String to specify a subobject target, MAX_ID_NAME-2.

Definition at line 429 of file DNA_constraint_types.h.

◆ tar

struct Object* bChildOfConstraint::tar

Object which will act as parent (or target comes from).

Definition at line 422 of file DNA_constraint_types.h.


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