Blender V4.3
ShrinkwrapModifierData Struct Reference

#include <DNA_modifier_types.h>

Public Attributes

ModifierData modifier
 
struct Objecttarget
 
struct ObjectauxTarget
 
char vgroup_name [64]
 
float keepDist
 
short shrinkType
 
char shrinkOpts
 
char shrinkMode
 
float projLimit
 
char projAxis
 
char subsurfLevels
 
char _pad [2]
 

Detailed Description

Definition at line 1207 of file DNA_modifier_types.h.

Member Data Documentation

◆ _pad

char ShrinkwrapModifierData::_pad[2]

Definition at line 1235 of file DNA_modifier_types.h.

◆ auxTarget

struct Object* ShrinkwrapModifierData::auxTarget

◆ keepDist

float ShrinkwrapModifierData::keepDist

◆ modifier

ModifierData ShrinkwrapModifierData::modifier

Definition at line 1208 of file DNA_modifier_types.h.

◆ projAxis

char ShrinkwrapModifierData::projAxis

◆ projLimit

float ShrinkwrapModifierData::projLimit

◆ shrinkMode

◆ shrinkOpts

◆ shrinkType

◆ subsurfLevels

char ShrinkwrapModifierData::subsurfLevels

If using projection over vertex normal this controls the level of subsurface that must be done before getting the vertex coordinates and normal.

Definition at line 1233 of file DNA_modifier_types.h.

Referenced by shrinkwrapModifier_deform().

◆ target

◆ vgroup_name

char ShrinkwrapModifierData::vgroup_name[64]

Optional vertex-group name, MAX_VGROUP_NAME.

Definition at line 1215 of file DNA_modifier_types.h.

Referenced by deform_verts(), and required_data_mask().


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