Blender V5.0
BrushEdit Struct Reference

Public Attributes

Scenescene
ViewLayerview_layer
Objectob
PTCacheEditedit
int first
int lastmouse [2]
float zfac
PEData data

Detailed Description

Definition at line 4700 of file particle_edit.cc.

Member Data Documentation

◆ data

PEData BrushEdit::data

Optional cached view settings to avoid setting on every mouse-move.

Definition at line 4711 of file particle_edit.cc.

Referenced by brush_edit_apply(), brush_edit_exit(), and brush_edit_init().

◆ edit

PTCacheEdit* BrushEdit::edit

Definition at line 4704 of file particle_edit.cc.

Referenced by brush_edit_apply(), and brush_edit_init().

◆ first

int BrushEdit::first

Definition at line 4706 of file particle_edit.cc.

Referenced by brush_edit_apply(), and brush_edit_init().

◆ lastmouse

int BrushEdit::lastmouse[2]

Definition at line 4707 of file particle_edit.cc.

Referenced by brush_edit_apply().

◆ ob

Object* BrushEdit::ob

Definition at line 4703 of file particle_edit.cc.

Referenced by brush_edit_apply(), and brush_edit_init().

◆ scene

Scene* BrushEdit::scene

Definition at line 4701 of file particle_edit.cc.

Referenced by brush_edit_apply(), and brush_edit_init().

◆ view_layer

ViewLayer* BrushEdit::view_layer

Definition at line 4702 of file particle_edit.cc.

Referenced by brush_edit_init().

◆ zfac

float BrushEdit::zfac

Definition at line 4708 of file particle_edit.cc.

Referenced by brush_edit_apply(), and brush_edit_init().


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