Blender V5.0
BrushPainter Struct Reference

Public Attributes

Scenescene
const Paintpaint
Brushbrush
std::optional< blender::float3initial_hsv_jitter
bool firsttouch
ImagePoolpool
rctf tex_mapping
rctf mask_mapping
bool cache_invert

Detailed Description

Definition at line 80 of file paint_image_2d.cc.

Member Data Documentation

◆ brush

◆ cache_invert

bool BrushPainter::cache_invert

Definition at line 95 of file paint_image_2d.cc.

Referenced by brush_painter_2d_new(), and paint_2d_stroke().

◆ firsttouch

bool BrushPainter::firsttouch

Definition at line 89 of file paint_image_2d.cc.

Referenced by brush_painter_2d_new(), and paint_2d_stroke().

◆ initial_hsv_jitter

std::optional<blender::float3> BrushPainter::initial_hsv_jitter

◆ mask_mapping

rctf BrushPainter::mask_mapping

◆ paint

◆ pool

◆ scene

Scene* BrushPainter::scene

Definition at line 81 of file paint_image_2d.cc.

Referenced by brush_painter_2d_new().

◆ tex_mapping

rctf BrushPainter::tex_mapping

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