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

#include <DNA_constraint_types.h>

Public Attributes

struct Objecttarget
 
float dist
 
short shrinkType
 
char projAxis
 
char projAxisSpace
 
float projLimit
 
char shrinkMode
 
char flag
 
char trackAxis
 
char _pad
 

Detailed Description

Definition at line 555 of file DNA_constraint_types.h.

Member Data Documentation

◆ _pad

char bShrinkwrapConstraint::_pad

Definition at line 573 of file DNA_constraint_types.h.

◆ dist

float bShrinkwrapConstraint::dist

Distance to kept from target.

Definition at line 558 of file DNA_constraint_types.h.

Referenced by shrinkwrap_get_tarmat().

◆ flag

char bShrinkwrapConstraint::flag

◆ projAxis

char bShrinkwrapConstraint::projAxis

Axis to project/constrain.

Definition at line 562 of file DNA_constraint_types.h.

Referenced by shrinkwrap_get_tarmat().

◆ projAxisSpace

char bShrinkwrapConstraint::projAxisSpace

Space to project axis in.

Definition at line 564 of file DNA_constraint_types.h.

Referenced by shrinkwrap_get_tarmat().

◆ projLimit

float bShrinkwrapConstraint::projLimit

Distance to search.

Definition at line 566 of file DNA_constraint_types.h.

Referenced by shrinkwrap_get_tarmat().

◆ shrinkMode

char bShrinkwrapConstraint::shrinkMode

Inside/outside/on surface (see MOD shrinkwrap).

Definition at line 568 of file DNA_constraint_types.h.

Referenced by blender::deg::DepsgraphRelationBuilder::build_constraints(), and shrinkwrap_get_tarmat().

◆ shrinkType

short bShrinkwrapConstraint::shrinkType

Shrink type (look on MOD shrinkwrap for values).

Definition at line 560 of file DNA_constraint_types.h.

Referenced by blender::deg::DepsgraphRelationBuilder::build_constraints(), and shrinkwrap_get_tarmat().

◆ target

struct Object* bShrinkwrapConstraint::target

Definition at line 556 of file DNA_constraint_types.h.

◆ trackAxis

char bShrinkwrapConstraint::trackAxis

Axis to align to normal.

Definition at line 572 of file DNA_constraint_types.h.

Referenced by shrinkwrap_get_tarmat().


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