|
Blender V4.3
|
Public Attributes | |
| Scene * | scene |
| const Paint * | paint |
| Brush * | brush |
| bool | firsttouch |
| ImagePool * | pool |
| rctf | tex_mapping |
| rctf | mask_mapping |
| bool | cache_invert |
Definition at line 76 of file paint_image_2d.cc.
| Brush* BrushPainter::brush |
Definition at line 79 of file paint_image_2d.cc.
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 87 of file paint_image_2d.cc.
Referenced by brush_painter_2d_new(), and paint_2d_stroke().
| bool BrushPainter::firsttouch |
Definition at line 81 of file paint_image_2d.cc.
Referenced by brush_painter_2d_new(), and paint_2d_stroke().
| rctf BrushPainter::mask_mapping |
Definition at line 85 of file paint_image_2d.cc.
Referenced by brush_painter_2d_refresh_cache(), brush_painter_mask_ibuf_new(), and brush_painter_mask_imbuf_update().
| const Paint* BrushPainter::paint |
Definition at line 78 of file paint_image_2d.cc.
Referenced by brush_painter_2d_new(), brush_painter_imbuf_new(), and brush_painter_imbuf_update().
| ImagePool* BrushPainter::pool |
Definition at line 83 of file paint_image_2d.cc.
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 77 of file paint_image_2d.cc.
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 84 of file paint_image_2d.cc.
Referenced by brush_painter_2d_refresh_cache(), brush_painter_imbuf_new(), and brush_painter_imbuf_update().