Blender  V2.93
Public Attributes | List of all members
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 210 of file DNA_modifier_types.h.

Member Data Documentation

◆ _pad

char LatticeModifierData::_pad[2]

Definition at line 218 of file DNA_modifier_types.h.

◆ _pad1

void* LatticeModifierData::_pad1

Definition at line 219 of file DNA_modifier_types.h.

◆ flag

short LatticeModifierData::flag

Definition at line 217 of file DNA_modifier_types.h.

Referenced by deformVerts(), and deformVertsEM().

◆ modifier

ModifierData LatticeModifierData::modifier

◆ name

char LatticeModifierData::name[64]

Optional vertexgroup name, MAX_VGROUP_NAME.

Definition at line 215 of file DNA_modifier_types.h.

Referenced by deformVerts(), deformVertsEM(), and requiredDataMask().

◆ object

struct Object* LatticeModifierData::object

◆ strength

float LatticeModifierData::strength

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