Blender V4.3
ParticleSystemModifierData Struct Reference

#include <DNA_modifier_types.h>

Public Attributes

ModifierData modifier
 
struct ParticleSystempsys
 
struct Meshmesh_final
 
struct Meshmesh_original
 
int totdmvert
 
int totdmedge
 
int totdmface
 
short flag
 
char _pad [2]
 
void * _pad1
 

Detailed Description

Definition at line 1087 of file DNA_modifier_types.h.

Member Data Documentation

◆ _pad

char ParticleSystemModifierData::_pad[2]

Definition at line 1103 of file DNA_modifier_types.h.

◆ _pad1

void* ParticleSystemModifierData::_pad1

Definition at line 1104 of file DNA_modifier_types.h.

◆ flag

short ParticleSystemModifierData::flag

◆ mesh_final

struct Mesh* ParticleSystemModifierData::mesh_final

◆ mesh_original

struct Mesh* ParticleSystemModifierData::mesh_original

◆ modifier

◆ psys

◆ totdmedge

int ParticleSystemModifierData::totdmedge

Definition at line 1101 of file DNA_modifier_types.h.

Referenced by copy_data(), deform_verts(), and free_data().

◆ totdmface

int ParticleSystemModifierData::totdmface

Definition at line 1101 of file DNA_modifier_types.h.

Referenced by copy_data(), deform_verts(), and free_data().

◆ totdmvert

int ParticleSystemModifierData::totdmvert

Definition at line 1101 of file DNA_modifier_types.h.

Referenced by copy_data(), deform_verts(), and free_data().


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