Blender V4.5
ImagePaintState Struct Reference

Public Attributes

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

Detailed Description

Definition at line 122 of file paint_image_2d.cc.

Member Data Documentation

◆ blend

short ImagePaintState::blend

Definition at line 129 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 129 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 131 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 133 of file paint_image_2d.cc.

Referenced by paint_2d_canvas_set(), and paint_2d_op().

◆ image

◆ num_tiles

◆ painter

BrushPainter* ImagePaintState::painter

Definition at line 123 of file paint_image_2d.cc.

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

◆ scene

◆ sima

SpaceImage* ImagePaintState::sima

Definition at line 124 of file paint_image_2d.cc.

Referenced by paint_2d_new_stroke(), and paint_2d_redraw().

◆ symmetry

int ImagePaintState::symmetry

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