|
Blender V4.3
|
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 * | tex_mask |
| ushort * | tex_mask_old |
| uint | tex_mask_old_w |
| uint | tex_mask_old_h |
| CurveMaskCache | curve_mask_cache |
Definition at line 51 of file paint_image_2d.cc.
| CurveMaskCache BrushPainterCache::curve_mask_cache |
Definition at line 71 of file paint_image_2d.cc.
Referenced by brush_painter_2d_refresh_cache(), and brush_painter_cache_2d_free().
| ImBuf* BrushPainterCache::ibuf |
Definition at line 64 of file paint_image_2d.cc.
Referenced by brush_painter_2d_refresh_cache(), brush_painter_2d_require_imbuf(), brush_painter_cache_2d_free(), brush_painter_imbuf_partial_update(), and brush_painter_imbuf_update().
| bool BrushPainterCache::invert |
Definition at line 54 of file paint_image_2d.cc.
Referenced by brush_painter_2d_require_imbuf(), brush_painter_imbuf_new(), and brush_painter_imbuf_update().
| bool BrushPainterCache::is_maskbrush |
Definition at line 57 of file paint_image_2d.cc.
Referenced by brush_painter_2d_refresh_cache(), and brush_painter_2d_require_imbuf().
| bool BrushPainterCache::is_texbrush |
Definition at line 56 of file paint_image_2d.cc.
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 61 of file paint_image_2d.cc.
Referenced by brush_painter_2d_refresh_cache().
| float BrushPainterCache::last_pressure |
Definition at line 62 of file paint_image_2d.cc.
Referenced by brush_painter_2d_refresh_cache().
| float BrushPainterCache::last_tex_rotation |
Definition at line 60 of file paint_image_2d.cc.
Referenced by brush_painter_2d_refresh_cache().
| int BrushPainterCache::lastdiameter |
Definition at line 59 of file paint_image_2d.cc.
Referenced by brush_painter_2d_refresh_cache(), and brush_painter_2d_require_imbuf().
| ushort* BrushPainterCache::tex_mask |
Definition at line 66 of file paint_image_2d.cc.
Referenced by brush_painter_2d_refresh_cache(), brush_painter_2d_require_imbuf(), brush_painter_cache_2d_free(), brush_painter_mask_imbuf_partial_update(), and brush_painter_mask_imbuf_update().
| ushort* BrushPainterCache::tex_mask_old |
Definition at line 67 of file paint_image_2d.cc.
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 69 of file paint_image_2d.cc.
Referenced by brush_painter_mask_imbuf_partial_update().
| uint BrushPainterCache::tex_mask_old_w |
Definition at line 68 of file paint_image_2d.cc.
Referenced by brush_painter_mask_imbuf_partial_update(), and brush_painter_mask_imbuf_update().
| ImBuf* BrushPainterCache::texibuf |
Definition at line 65 of file paint_image_2d.cc.
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 53 of file paint_image_2d.cc.
Referenced by brush_painter_2d_require_imbuf(), brush_painter_imbuf_new(), and brush_painter_imbuf_update().
| bool BrushPainterCache::use_float |
Definition at line 52 of file paint_image_2d.cc.
Referenced by brush_painter_2d_require_imbuf(), brush_painter_imbuf_new(), brush_painter_imbuf_partial_update(), and brush_painter_imbuf_update().