|
Blender
V3.3
|
Public Attributes | |
| Scene * | scene |
| ViewLayer * | view_layer |
| Object * | ob |
| PTCacheEdit * | edit |
| int | first |
| int | lastmouse [2] |
| float | zfac |
| PEData | data |
Definition at line 4672 of file particle_edit.c.
| PEData BrushEdit::data |
Optional cached view settings to avoid setting on every mouse-move.
Definition at line 4683 of file particle_edit.c.
Referenced by brush_edit_apply(), brush_edit_exit(), and brush_edit_init().
| PTCacheEdit* BrushEdit::edit |
Definition at line 4676 of file particle_edit.c.
Referenced by brush_edit_apply(), and brush_edit_init().
| int BrushEdit::first |
Definition at line 4678 of file particle_edit.c.
Referenced by brush_edit_apply(), and brush_edit_init().
| int BrushEdit::lastmouse[2] |
Definition at line 4679 of file particle_edit.c.
Referenced by brush_edit_apply().
| Object* BrushEdit::ob |
Definition at line 4675 of file particle_edit.c.
Referenced by brush_edit_apply(), and brush_edit_init().
| Scene* BrushEdit::scene |
Definition at line 4673 of file particle_edit.c.
Referenced by brush_edit_apply(), and brush_edit_init().
| ViewLayer* BrushEdit::view_layer |
Definition at line 4674 of file particle_edit.c.
Referenced by brush_edit_init().
| float BrushEdit::zfac |
Definition at line 4680 of file particle_edit.c.
Referenced by brush_edit_apply(), and brush_edit_init().