Blender  V3.3
Public Attributes | List of all members
BrushClone Struct Reference

#include <DNA_brush_types.h>

Public Attributes

struct Imageimage
 
float offset [2]
 
float alpha
 
char _pad [4]
 

Detailed Description

Definition at line 24 of file DNA_brush_types.h.

Member Data Documentation

◆ _pad

char BrushClone::_pad[4]

Definition at line 31 of file DNA_brush_types.h.

◆ alpha

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().

◆ image

struct Image* BrushClone::image

◆ offset

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().


The documentation for this struct was generated from the following file: