|
Blender
V2.93
|
Public Attributes | |
| Scene * | scene |
| Brush * | brush |
| bool | firsttouch |
| struct ImagePool * | pool |
| rctf | tex_mapping |
| rctf | mask_mapping |
| bool | cache_invert |
Definition at line 90 of file paint_image_2d.c.
| Brush* BrushPainter::brush |
Definition at line 92 of file paint_image_2d.c.
Referenced by brush_painter_2d_new(), brush_painter_2d_refresh_cache(), brush_painter_curve_mask_new(), 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 100 of file paint_image_2d.c.
Referenced by brush_painter_2d_new(), and paint_2d_stroke().
| bool BrushPainter::firsttouch |
Definition at line 94 of file paint_image_2d.c.
Referenced by brush_painter_2d_new(), and paint_2d_stroke().
| rctf BrushPainter::mask_mapping |
Definition at line 98 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 96 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 91 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 97 of file paint_image_2d.c.
Referenced by brush_painter_2d_refresh_cache(), brush_painter_imbuf_new(), and brush_painter_imbuf_update().