|
Blender V4.3
|
Public Attributes | |
| Scene * | scene |
| ViewLayer * | view_layer |
| Object * | ob |
| PTCacheEdit * | edit |
| int | first |
| int | lastmouse [2] |
| float | zfac |
| PEData | data |
Definition at line 4705 of file particle_edit.cc.
| PEData BrushEdit::data |
Optional cached view settings to avoid setting on every mouse-move.
Definition at line 4716 of file particle_edit.cc.
Referenced by brush_edit_apply(), brush_edit_exit(), and brush_edit_init().
| PTCacheEdit* BrushEdit::edit |
Definition at line 4709 of file particle_edit.cc.
Referenced by brush_edit_apply(), and brush_edit_init().
| int BrushEdit::first |
Definition at line 4711 of file particle_edit.cc.
Referenced by brush_edit_apply(), and brush_edit_init().
| int BrushEdit::lastmouse[2] |
Definition at line 4712 of file particle_edit.cc.
Referenced by brush_edit_apply().
| Object* BrushEdit::ob |
Definition at line 4708 of file particle_edit.cc.
Referenced by brush_edit_apply(), and brush_edit_init().
| Scene* BrushEdit::scene |
Definition at line 4706 of file particle_edit.cc.
Referenced by brush_edit_apply(), and brush_edit_init().
| ViewLayer* BrushEdit::view_layer |
Definition at line 4707 of file particle_edit.cc.
Referenced by brush_edit_init().
| float BrushEdit::zfac |
Definition at line 4713 of file particle_edit.cc.
Referenced by brush_edit_apply(), and brush_edit_init().