|
Blender V4.3
|
#include <DNA_brush_types.h>
Public Attributes | |
| struct Image * | image |
| float | offset [2] |
| float | alpha |
| char | _pad [4] |
Definition at line 22 of file DNA_brush_types.h.
| char BrushClone::_pad[4] |
Definition at line 29 of file DNA_brush_types.h.
| float BrushClone::alpha |
Transparency for drawing of clone image.
Definition at line 28 of file DNA_brush_types.h.
Referenced by blender::draw::overlay::MeshUVs::end_sync(), and OVERLAY_edit_uv_cache_init().
| struct Image* BrushClone::image |
Image for clone tool.
Definition at line 24 of file DNA_brush_types.h.
Referenced by blender::draw::overlay::MeshUVs::begin_sync(), brush_foreach_id(), brush_make_local(), blender::draw::overlay::MeshUVs::end_sync(), image_paint_2d_clone_poll(), OVERLAY_edit_uv_cache_init(), and OVERLAY_edit_uv_init().
| float BrushClone::offset[2] |
Offset of clone image from canvas.
Definition at line 26 of file DNA_brush_types.h.
Referenced by blender::draw::overlay::MeshUVs::end_sync(), grab_clone_apply(), grab_clone_invoke(), grab_clone_modal(), and OVERLAY_edit_uv_cache_init().