Blender V4.3
LatticeModifierData Struct Reference

#include <DNA_modifier_types.h>

Public Attributes

ModifierData modifier
 
struct Objectobject
 
char name [64]
 
float strength
 
short flag
 
char _pad [2]
 
void * _pad1
 

Detailed Description

Definition at line 261 of file DNA_modifier_types.h.

Member Data Documentation

◆ _pad

char LatticeModifierData::_pad[2]

Definition at line 269 of file DNA_modifier_types.h.

◆ _pad1

void* LatticeModifierData::_pad1

Definition at line 270 of file DNA_modifier_types.h.

◆ flag

short LatticeModifierData::flag

Definition at line 268 of file DNA_modifier_types.h.

Referenced by deform_verts(), and deform_verts_EM().

◆ modifier

ModifierData LatticeModifierData::modifier

◆ name

char LatticeModifierData::name[64]

Optional vertex-group name, MAX_VGROUP_NAME.

Definition at line 266 of file DNA_modifier_types.h.

Referenced by deform_verts(), deform_verts_EM(), and required_data_mask().

◆ object

◆ strength

float LatticeModifierData::strength

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