Blender V5.0
ImagePaintState Struct Reference

Public Attributes

BrushPainterpainter
SpaceImagesima
View2Dv2d
Scenescene
const Paintpaint
Brushbrush
short brush_type
short blend
Imageimage
ImBufclonecanvas
bool do_masking
int symmetry
ImagePaintTiletiles
int num_tiles
BlurKernelblurkernel

Detailed Description

Definition at line 125 of file paint_image_2d.cc.

Member Data Documentation

◆ blend

short ImagePaintState::blend

Definition at line 133 of file paint_image_2d.cc.

Referenced by paint_2d_new_stroke(), paint_2d_op(), and paint_2d_stroke().

◆ blurkernel

BlurKernel* ImagePaintState::blurkernel

◆ brush

◆ brush_type

short ImagePaintState::brush_type

Definition at line 133 of file paint_image_2d.cc.

Referenced by paint_2d_canvas_set(), paint_2d_new_stroke(), and paint_2d_op().

◆ clonecanvas

ImBuf* ImagePaintState::clonecanvas

Definition at line 135 of file paint_image_2d.cc.

Referenced by paint_2d_canvas_free(), paint_2d_canvas_set(), and paint_2d_op().

◆ do_masking

bool ImagePaintState::do_masking

Definition at line 137 of file paint_image_2d.cc.

Referenced by paint_2d_canvas_set(), and paint_2d_op().

◆ image

◆ num_tiles

◆ paint

const Paint* ImagePaintState::paint

◆ painter

BrushPainter* ImagePaintState::painter

Definition at line 126 of file paint_image_2d.cc.

Referenced by paint_2d_new_stroke(), paint_2d_stroke(), and paint_2d_stroke_done().

◆ scene

Scene* ImagePaintState::scene

◆ sima

SpaceImage* ImagePaintState::sima

Definition at line 127 of file paint_image_2d.cc.

Referenced by paint_2d_new_stroke(), and paint_2d_redraw().

◆ symmetry

int ImagePaintState::symmetry

Definition at line 139 of file paint_image_2d.cc.

Referenced by paint_2d_new_stroke(), paint_2d_op(), and paint_2d_stroke().

◆ tiles

◆ v2d


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