|
Blender
V2.93
|
Public Attributes | |
| Depsgraph * | depsgraph |
| Scene * | scene |
| Object * | object |
| Mesh * | mesh |
| PEData * | data |
| int | number |
| short | size |
| float | imat [4][4] |
| ParticleData * | add_pars |
Definition at line 4232 of file particle_edit.c.
| ParticleData* BrushAddCountIterData::add_pars |
Definition at line 4241 of file particle_edit.c.
Referenced by brush_add(), and brush_add_count_iter().
| PEData* BrushAddCountIterData::data |
Definition at line 4237 of file particle_edit.c.
Referenced by brush_add(), and brush_add_count_iter().
| Depsgraph* BrushAddCountIterData::depsgraph |
Definition at line 4233 of file particle_edit.c.
Referenced by brush_add(), and brush_add_count_iter().
| float BrushAddCountIterData::imat[4][4] |
Definition at line 4240 of file particle_edit.c.
Referenced by brush_add(), and brush_add_count_iter().
| Mesh* BrushAddCountIterData::mesh |
Definition at line 4236 of file particle_edit.c.
Referenced by brush_add(), and brush_add_count_iter().
| int BrushAddCountIterData::number |
Definition at line 4238 of file particle_edit.c.
Referenced by brush_add(), and brush_add_count_iter().
| Object* BrushAddCountIterData::object |
Definition at line 4235 of file particle_edit.c.
Referenced by brush_add(), and brush_add_count_iter().
| Scene* BrushAddCountIterData::scene |
Definition at line 4234 of file particle_edit.c.
Referenced by brush_add(), and brush_add_count_iter().
| short BrushAddCountIterData::size |
Definition at line 4239 of file particle_edit.c.
Referenced by brush_add(), and brush_add_count_iter().