Blender  V2.93
Public Attributes | List of all members
bDistLimitConstraint Struct Reference

#include <DNA_constraint_types.h>

Public Attributes

struct Objecttar
 
char subtarget [64]
 
float dist
 
float soft
 
short flag
 
short mode
 
char _pad [4]
 

Detailed Description

Definition at line 549 of file DNA_constraint_types.h.

Member Data Documentation

◆ _pad

char bDistLimitConstraint::_pad[4]

Definition at line 563 of file DNA_constraint_types.h.

◆ dist

float bDistLimitConstraint::dist

Distance (radius of clamping sphere) from target.

Definition at line 555 of file DNA_constraint_types.h.

Referenced by distlimit_evaluate().

◆ flag

short bDistLimitConstraint::flag

Settings.

Definition at line 560 of file DNA_constraint_types.h.

◆ mode

short bDistLimitConstraint::mode

How to limit in relation to clamping sphere.

Definition at line 562 of file DNA_constraint_types.h.

◆ soft

float bDistLimitConstraint::soft

Distance from clamping-sphere to start applying 'fade'.

Definition at line 557 of file DNA_constraint_types.h.

◆ subtarget

char bDistLimitConstraint::subtarget[64]

MAX_ID_NAME-2.

Definition at line 552 of file DNA_constraint_types.h.

◆ tar

struct Object* bDistLimitConstraint::tar

Definition at line 550 of file DNA_constraint_types.h.


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