|
Blender
V2.93
|
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 |
| ImBuf * | ibuf |
| ImBuf * | texibuf |
| ushort * | curve_mask |
| ushort * | tex_mask |
| ushort * | tex_mask_old |
| uint | tex_mask_old_w |
| uint | tex_mask_old_h |
| int | image_size [2] |
Definition at line 66 of file paint_image_2d.c.
| ushort* BrushPainterCache::curve_mask |
Definition at line 81 of file paint_image_2d.c.
Referenced by brush_painter_2d_refresh_cache(), brush_painter_2d_require_imbuf(), brush_painter_cache_2d_free(), paint_2d_do_making_brush(), and paint_2d_op().
| ImBuf* BrushPainterCache::ibuf |
Definition at line 79 of file paint_image_2d.c.
Referenced by brush_painter_2d_refresh_cache(), brush_painter_2d_require_imbuf(), brush_painter_cache_2d_free(), brush_painter_imbuf_partial_update(), brush_painter_imbuf_update(), and paint_2d_op().
| int BrushPainterCache::image_size[2] |
Definition at line 87 of file paint_image_2d.c.
| bool BrushPainterCache::invert |
Definition at line 69 of file paint_image_2d.c.
Referenced by brush_painter_2d_require_imbuf(), brush_painter_imbuf_new(), brush_painter_imbuf_update(), and paint_2d_lift_soften().
| bool BrushPainterCache::is_maskbrush |
Definition at line 72 of file paint_image_2d.c.
Referenced by brush_painter_2d_refresh_cache(), and brush_painter_2d_require_imbuf().
| bool BrushPainterCache::is_texbrush |
Definition at line 71 of file paint_image_2d.c.
Referenced by brush_painter_2d_refresh_cache(), brush_painter_2d_require_imbuf(), brush_painter_imbuf_new(), and brush_painter_imbuf_update().
| float BrushPainterCache::last_mask_rotation |
Definition at line 76 of file paint_image_2d.c.
Referenced by brush_painter_2d_refresh_cache().
| float BrushPainterCache::last_pressure |
Definition at line 77 of file paint_image_2d.c.
Referenced by brush_painter_2d_refresh_cache().
| float BrushPainterCache::last_tex_rotation |
Definition at line 75 of file paint_image_2d.c.
Referenced by brush_painter_2d_refresh_cache().
| int BrushPainterCache::lastdiameter |
Definition at line 74 of file paint_image_2d.c.
Referenced by brush_painter_2d_refresh_cache(), brush_painter_2d_require_imbuf(), and paint_2d_ensure_tile_canvas().
| ushort* BrushPainterCache::tex_mask |
Definition at line 82 of file paint_image_2d.c.
Referenced by brush_painter_2d_refresh_cache(), brush_painter_2d_require_imbuf(), brush_painter_cache_2d_free(), brush_painter_mask_imbuf_partial_update(), brush_painter_mask_imbuf_update(), paint_2d_do_making_brush(), and paint_2d_op().
| ushort* BrushPainterCache::tex_mask_old |
Definition at line 83 of file paint_image_2d.c.
Referenced by brush_painter_2d_require_imbuf(), brush_painter_cache_2d_free(), brush_painter_mask_imbuf_partial_update(), and brush_painter_mask_imbuf_update().
| uint BrushPainterCache::tex_mask_old_h |
Definition at line 85 of file paint_image_2d.c.
Referenced by brush_painter_mask_imbuf_partial_update().
| uint BrushPainterCache::tex_mask_old_w |
Definition at line 84 of file paint_image_2d.c.
Referenced by brush_painter_mask_imbuf_partial_update(), and brush_painter_mask_imbuf_update().
| ImBuf* BrushPainterCache::texibuf |
Definition at line 80 of file paint_image_2d.c.
Referenced by brush_painter_cache_2d_free(), brush_painter_imbuf_partial_update(), and brush_painter_imbuf_update().
| bool BrushPainterCache::use_color_correction |
Definition at line 68 of file paint_image_2d.c.
Referenced by brush_painter_2d_require_imbuf(), brush_painter_imbuf_new(), and brush_painter_imbuf_update().
| bool BrushPainterCache::use_float |
Definition at line 67 of file paint_image_2d.c.
Referenced by brush_painter_2d_require_imbuf(), brush_painter_imbuf_new(), brush_painter_imbuf_partial_update(), and brush_painter_imbuf_update().