Blender
V3.3
|
Public Attributes | |
Scene * | scene |
Brush * | brush |
bool | firsttouch |
struct ImagePool * | pool |
rctf | tex_mapping |
rctf | mask_mapping |
bool | cache_invert |
Definition at line 75 of file paint_image_2d.c.
Brush* BrushPainter::brush |
Definition at line 77 of file paint_image_2d.c.
Referenced by brush_painter_2d_new(), brush_painter_2d_refresh_cache(), brush_painter_imbuf_new(), brush_painter_imbuf_update(), brush_painter_mask_ibuf_new(), brush_painter_mask_imbuf_update(), and paint_2d_stroke().
bool BrushPainter::cache_invert |
Definition at line 85 of file paint_image_2d.c.
Referenced by brush_painter_2d_new(), and paint_2d_stroke().
bool BrushPainter::firsttouch |
Definition at line 79 of file paint_image_2d.c.
Referenced by brush_painter_2d_new(), and paint_2d_stroke().
rctf BrushPainter::mask_mapping |
Definition at line 83 of file paint_image_2d.c.
Referenced by brush_painter_2d_refresh_cache(), brush_painter_mask_ibuf_new(), and brush_painter_mask_imbuf_update().
struct ImagePool* BrushPainter::pool |
Definition at line 81 of file paint_image_2d.c.
Referenced by brush_painter_2d_refresh_cache(), brush_painter_imbuf_new(), brush_painter_imbuf_update(), brush_painter_mask_ibuf_new(), and brush_painter_mask_imbuf_update().
Scene* BrushPainter::scene |
Definition at line 76 of file paint_image_2d.c.
Referenced by brush_painter_2d_new(), brush_painter_2d_refresh_cache(), brush_painter_imbuf_new(), brush_painter_imbuf_update(), brush_painter_mask_ibuf_new(), and brush_painter_mask_imbuf_update().
rctf BrushPainter::tex_mapping |
Definition at line 82 of file paint_image_2d.c.
Referenced by brush_painter_2d_refresh_cache(), brush_painter_imbuf_new(), and brush_painter_imbuf_update().