Blender  V3.3
Public Attributes | List of all members
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 100 of file paint_image_2d.c.

Member Data Documentation

◆ cache

BrushPainterCache ImagePaintTile::cache

Definition at line 107 of file paint_image_2d.c.

Referenced by paint_2d_ensure_tile_canvas(), and paint_2d_stroke_done().

◆ canvas

ImBuf* ImagePaintTile::canvas

◆ iuser

ImageUser ImagePaintTile::iuser

◆ last_paintpos

float ImagePaintTile::last_paintpos[2]

Definition at line 111 of file paint_image_2d.c.

◆ need_redraw

bool ImagePaintTile::need_redraw

Definition at line 106 of file paint_image_2d.c.

Referenced by paint_2d_redraw().

◆ radius_fac

float ImagePaintTile::radius_fac

Definition at line 103 of file paint_image_2d.c.

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 112 of file paint_image_2d.c.

◆ state

ImagePaintTileState ImagePaintTile::state

Definition at line 109 of file paint_image_2d.c.

Referenced by paint_2d_ensure_tile_canvas(), and paint_2d_new_stroke().

◆ uv_origin

float ImagePaintTile::uv_origin[2]

Definition at line 105 of file paint_image_2d.c.

Referenced by paint_2d_new_stroke().


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