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

Public Attributes

Scenescene
 
Brushbrush
 
bool firsttouch
 
struct ImagePoolpool
 
rctf tex_mapping
 
rctf mask_mapping
 
bool cache_invert
 

Detailed Description

Definition at line 75 of file paint_image_2d.c.

Member Data Documentation

◆ brush

Brush* BrushPainter::brush

◆ cache_invert

bool BrushPainter::cache_invert

Definition at line 85 of file paint_image_2d.c.

Referenced by brush_painter_2d_new(), and paint_2d_stroke().

◆ firsttouch

bool BrushPainter::firsttouch

Definition at line 79 of file paint_image_2d.c.

Referenced by brush_painter_2d_new(), and paint_2d_stroke().

◆ mask_mapping

rctf BrushPainter::mask_mapping

◆ pool

struct ImagePool* BrushPainter::pool

◆ scene

Scene* BrushPainter::scene

◆ tex_mapping

rctf BrushPainter::tex_mapping

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