Blender  V3.3
Public Attributes | List of all members
BrushPainterCache Struct Reference

Public Attributes

bool use_float
 
bool use_color_correction
 
bool invert
 
bool is_texbrush
 
bool is_maskbrush
 
int lastdiameter
 
float last_tex_rotation
 
float last_mask_rotation
 
float last_pressure
 
ImBufibuf
 
ImBuftexibuf
 
ushorttex_mask
 
ushorttex_mask_old
 
uint tex_mask_old_w
 
uint tex_mask_old_h
 
CurveMaskCache curve_mask_cache
 
int image_size [2]
 

Detailed Description

Definition at line 50 of file paint_image_2d.c.

Member Data Documentation

◆ curve_mask_cache

CurveMaskCache BrushPainterCache::curve_mask_cache

Definition at line 70 of file paint_image_2d.c.

Referenced by brush_painter_2d_refresh_cache(), and brush_painter_cache_2d_free().

◆ ibuf

ImBuf* BrushPainterCache::ibuf

◆ image_size

int BrushPainterCache::image_size[2]

Definition at line 72 of file paint_image_2d.c.

◆ invert

bool BrushPainterCache::invert

◆ is_maskbrush

bool BrushPainterCache::is_maskbrush

◆ is_texbrush

bool BrushPainterCache::is_texbrush

◆ last_mask_rotation

float BrushPainterCache::last_mask_rotation

Definition at line 60 of file paint_image_2d.c.

Referenced by brush_painter_2d_refresh_cache().

◆ last_pressure

float BrushPainterCache::last_pressure

Definition at line 61 of file paint_image_2d.c.

Referenced by brush_painter_2d_refresh_cache().

◆ last_tex_rotation

float BrushPainterCache::last_tex_rotation

Definition at line 59 of file paint_image_2d.c.

Referenced by brush_painter_2d_refresh_cache().

◆ lastdiameter

int BrushPainterCache::lastdiameter

◆ tex_mask

ushort* BrushPainterCache::tex_mask

◆ tex_mask_old

ushort* BrushPainterCache::tex_mask_old

◆ tex_mask_old_h

uint BrushPainterCache::tex_mask_old_h

Definition at line 68 of file paint_image_2d.c.

Referenced by brush_painter_mask_imbuf_partial_update().

◆ tex_mask_old_w

uint BrushPainterCache::tex_mask_old_w

◆ texibuf

ImBuf* BrushPainterCache::texibuf

◆ use_color_correction

bool BrushPainterCache::use_color_correction

◆ use_float

bool BrushPainterCache::use_float

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