Blender  V3.3
Public Attributes | List of all members
ParticleDupliWeight Struct Reference

#include <DNA_particle_types.h>

Public Attributes

struct ParticleDupliWeightnext
 
struct ParticleDupliWeightprev
 
struct Objectob
 
short count
 
short flag
 
short index
 
char _pad0 [2]
 

Detailed Description

Definition at line 81 of file DNA_particle_types.h.

Member Data Documentation

◆ _pad0

char ParticleDupliWeight::_pad0[2]

Definition at line 88 of file DNA_particle_types.h.

◆ count

short ParticleDupliWeight::count

Definition at line 84 of file DNA_particle_types.h.

Referenced by psys_check_group_weights().

◆ flag

short ParticleDupliWeight::flag

◆ index

short ParticleDupliWeight::index

Only updated on file save and used on file load.

Definition at line 87 of file DNA_particle_types.h.

Referenced by psys_check_group_weights().

◆ next

struct ParticleDupliWeight* ParticleDupliWeight::next

◆ ob

struct Object* ParticleDupliWeight::ob

Definition at line 83 of file DNA_particle_types.h.

Referenced by psys_check_group_weights().

◆ prev

struct ParticleDupliWeight * ParticleDupliWeight::prev

Definition at line 82 of file DNA_particle_types.h.

Referenced by dupliob_move_up_exec().


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