|
Blender V5.0
|
Public Attributes | |
| Scene * | scene |
| const Paint * | paint |
| Brush * | brush |
| std::optional< blender::float3 > | initial_hsv_jitter |
| bool | firsttouch |
| ImagePool * | pool |
| rctf | tex_mapping |
| rctf | mask_mapping |
| bool | cache_invert |
Definition at line 80 of file paint_image_2d.cc.
| Brush* BrushPainter::brush |
Definition at line 83 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 95 of file paint_image_2d.cc.
Referenced by brush_painter_2d_new(), and paint_2d_stroke().
| bool BrushPainter::firsttouch |
Definition at line 89 of file paint_image_2d.cc.
Referenced by brush_painter_2d_new(), and paint_2d_stroke().
| std::optional<blender::float3> BrushPainter::initial_hsv_jitter |
Definition at line 87 of file paint_image_2d.cc.
Referenced by brush_painter_2d_new(), brush_painter_imbuf_new(), and brush_painter_imbuf_update().
| rctf BrushPainter::mask_mapping |
Definition at line 93 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 82 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().
| ImagePool* BrushPainter::pool |
Definition at line 91 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 81 of file paint_image_2d.cc.
Referenced by brush_painter_2d_new().
| rctf BrushPainter::tex_mapping |
Definition at line 92 of file paint_image_2d.cc.
Referenced by brush_painter_2d_refresh_cache(), brush_painter_imbuf_new(), and brush_painter_imbuf_update().