Blender V4.3
BrushEdit Struct Reference

Public Attributes

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

Detailed Description

Definition at line 4705 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 4716 of file particle_edit.cc.

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

◆ edit

PTCacheEdit* BrushEdit::edit

Definition at line 4709 of file particle_edit.cc.

Referenced by brush_edit_apply(), and brush_edit_init().

◆ first

int BrushEdit::first

Definition at line 4711 of file particle_edit.cc.

Referenced by brush_edit_apply(), and brush_edit_init().

◆ lastmouse

int BrushEdit::lastmouse[2]

Definition at line 4712 of file particle_edit.cc.

Referenced by brush_edit_apply().

◆ ob

Object* BrushEdit::ob

Definition at line 4708 of file particle_edit.cc.

Referenced by brush_edit_apply(), and brush_edit_init().

◆ scene

Scene* BrushEdit::scene

Definition at line 4706 of file particle_edit.cc.

Referenced by brush_edit_apply(), and brush_edit_init().

◆ view_layer

ViewLayer* BrushEdit::view_layer

Definition at line 4707 of file particle_edit.cc.

Referenced by brush_edit_init().

◆ zfac

float BrushEdit::zfac

Definition at line 4713 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: