Blender  V3.3
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 194 of file DNA_modifier_types.h.

Member Data Documentation

◆ _pad

char LatticeModifierData::_pad[2]

Definition at line 202 of file DNA_modifier_types.h.

◆ _pad1

void* LatticeModifierData::_pad1

Definition at line 203 of file DNA_modifier_types.h.

◆ flag

short LatticeModifierData::flag

Definition at line 201 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 199 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: