Blender  V3.3
Public Attributes | List of all members
BrushEdit Struct Reference

Public Attributes

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

Detailed Description

Definition at line 4672 of file particle_edit.c.

Member Data Documentation

◆ data

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().

◆ edit

PTCacheEdit* BrushEdit::edit

Definition at line 4676 of file particle_edit.c.

Referenced by brush_edit_apply(), and brush_edit_init().

◆ first

int BrushEdit::first

Definition at line 4678 of file particle_edit.c.

Referenced by brush_edit_apply(), and brush_edit_init().

◆ lastmouse

int BrushEdit::lastmouse[2]

Definition at line 4679 of file particle_edit.c.

Referenced by brush_edit_apply().

◆ ob

Object* BrushEdit::ob

Definition at line 4675 of file particle_edit.c.

Referenced by brush_edit_apply(), and brush_edit_init().

◆ scene

Scene* BrushEdit::scene

Definition at line 4673 of file particle_edit.c.

Referenced by brush_edit_apply(), and brush_edit_init().

◆ view_layer

ViewLayer* BrushEdit::view_layer

Definition at line 4674 of file particle_edit.c.

Referenced by brush_edit_init().

◆ zfac

float BrushEdit::zfac

Definition at line 4680 of file particle_edit.c.

Referenced by brush_edit_apply(), and brush_edit_init().


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