Blender
V3.3
|
#include <DNA_brush_types.h>
Public Attributes | |
struct Image * | image |
float | offset [2] |
float | alpha |
char | _pad [4] |
Definition at line 24 of file DNA_brush_types.h.
char BrushClone::_pad[4] |
Definition at line 31 of file DNA_brush_types.h.
float BrushClone::alpha |
Transparency for drawing of clone image.
Definition at line 30 of file DNA_brush_types.h.
Referenced by OVERLAY_edit_uv_cache_init().
struct Image* BrushClone::image |
Image for clone tool.
Definition at line 26 of file DNA_brush_types.h.
Referenced by brush_blend_read_expand(), brush_blend_read_lib(), brush_foreach_id(), brush_make_local(), image_paint_2d_clone_poll(), OVERLAY_edit_uv_cache_init(), paint_2d_canvas_free(), and paint_2d_canvas_set().
float BrushClone::offset[2] |
Offset of clone image from canvas.
Definition at line 28 of file DNA_brush_types.h.
Referenced by grab_clone_apply(), grab_clone_invoke(), grab_clone_modal(), OVERLAY_edit_uv_cache_init(), and paint_2d_op().