Blender  V2.93
Public Attributes | List of all members
DepthDropper Struct Reference

Public Attributes

PointerRNA ptr
 
PropertyRNAprop
 
bool is_undo
 
bool is_set
 
float init_depth
 
bool accum_start
 
float accum_depth
 
int accum_tot
 
ARegionTypeart
 
void * draw_handle_pixel
 
char name [200]
 

Detailed Description

Note
DepthDropper is only internal name to avoid confusion with other kinds of eye-droppers.

Definition at line 61 of file interface_eyedropper_depth.c.

Member Data Documentation

◆ accum_depth

float DepthDropper::accum_depth

◆ accum_start

bool DepthDropper::accum_start

Definition at line 69 of file interface_eyedropper_depth.c.

Referenced by depthdropper_modal().

◆ accum_tot

int DepthDropper::accum_tot

◆ art

ARegionType* DepthDropper::art

Definition at line 73 of file interface_eyedropper_depth.c.

Referenced by depthdropper_exit(), and depthdropper_init().

◆ draw_handle_pixel

void* DepthDropper::draw_handle_pixel

Definition at line 74 of file interface_eyedropper_depth.c.

Referenced by depthdropper_exit(), and depthdropper_init().

◆ init_depth

float DepthDropper::init_depth

Definition at line 67 of file interface_eyedropper_depth.c.

Referenced by depthdropper_cancel(), and depthdropper_init().

◆ is_set

bool DepthDropper::is_set

Definition at line 66 of file interface_eyedropper_depth.c.

Referenced by depthdropper_cancel(), and depthdropper_depth_set().

◆ is_undo

bool DepthDropper::is_undo

Definition at line 64 of file interface_eyedropper_depth.c.

Referenced by depthdropper_init(), and depthdropper_modal().

◆ name

char DepthDropper::name[200]

◆ prop

PropertyRNA* DepthDropper::prop

Definition at line 63 of file interface_eyedropper_depth.c.

Referenced by depthdropper_depth_set(), and depthdropper_init().

◆ ptr

PointerRNA DepthDropper::ptr

Definition at line 62 of file interface_eyedropper_depth.c.

Referenced by depthdropper_depth_set(), and depthdropper_init().


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