Blender V5.0
ImagePaintTile Struct Reference

Public Attributes

ImageUser iuser
ImBufcanvas
float radius_fac
int size [2]
float uv_origin [2]
bool need_redraw
BrushPainterCache cache
ImagePaintTileState state
float last_paintpos [2]
float start_paintpos [2]

Detailed Description

Definition at line 110 of file paint_image_2d.cc.

Member Data Documentation

◆ cache

BrushPainterCache ImagePaintTile::cache

Definition at line 117 of file paint_image_2d.cc.

Referenced by paint_2d_ensure_tile_canvas(), and paint_2d_stroke_done().

◆ canvas

ImBuf* ImagePaintTile::canvas

◆ iuser

◆ last_paintpos

float ImagePaintTile::last_paintpos[2]

Definition at line 121 of file paint_image_2d.cc.

◆ need_redraw

bool ImagePaintTile::need_redraw

Definition at line 116 of file paint_image_2d.cc.

Referenced by paint_2d_redraw().

◆ radius_fac

float ImagePaintTile::radius_fac

Definition at line 113 of file paint_image_2d.cc.

Referenced by paint_2d_ensure_tile_canvas(), and paint_2d_new_stroke().

◆ size

int ImagePaintTile::size[2]

◆ start_paintpos

float ImagePaintTile::start_paintpos[2]

Definition at line 122 of file paint_image_2d.cc.

◆ state

ImagePaintTileState ImagePaintTile::state

Definition at line 119 of file paint_image_2d.cc.

Referenced by paint_2d_ensure_tile_canvas(), and paint_2d_new_stroke().

◆ uv_origin

float ImagePaintTile::uv_origin[2]

Definition at line 115 of file paint_image_2d.cc.

Referenced by paint_2d_new_stroke().


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