Blender V5.0
DepthDropper Struct Reference

Public Attributes

PointerRNA ptr = {}
PropertyRNAprop = nullptr
bool is_undo = false
bool is_set = false
float init_depth = 0.0f
bool accum_start = false
float accum_depth = 0.0f
int accum_tot = 0
ARegionTypeart = nullptr
void * draw_handle_pixel = nullptr
int name_pos [2] = {}
char name [200] = {}

Detailed Description

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

Definition at line 49 of file eyedropper_depth.cc.

Member Data Documentation

◆ accum_depth

float DepthDropper::accum_depth = 0.0f

◆ accum_start

bool DepthDropper::accum_start = false

Definition at line 57 of file eyedropper_depth.cc.

Referenced by depthdropper_modal().

◆ accum_tot

int DepthDropper::accum_tot = 0

◆ art

ARegionType* DepthDropper::art = nullptr

Definition at line 61 of file eyedropper_depth.cc.

Referenced by depthdropper_exit(), and depthdropper_init().

◆ draw_handle_pixel

void* DepthDropper::draw_handle_pixel = nullptr

Definition at line 62 of file eyedropper_depth.cc.

Referenced by depthdropper_exit(), and depthdropper_init().

◆ init_depth

float DepthDropper::init_depth = 0.0f

Definition at line 55 of file eyedropper_depth.cc.

Referenced by depthdropper_cancel(), and depthdropper_init().

◆ is_set

bool DepthDropper::is_set = false

Definition at line 54 of file eyedropper_depth.cc.

Referenced by depthdropper_cancel(), and depthdropper_depth_set().

◆ is_undo

bool DepthDropper::is_undo = false

Definition at line 52 of file eyedropper_depth.cc.

Referenced by depthdropper_init(), and depthdropper_modal().

◆ name

char DepthDropper::name[200] = {}

Definition at line 64 of file eyedropper_depth.cc.

Referenced by depthdropper_depth_sample_pt(), and depthdropper_draw_cb().

◆ name_pos

int DepthDropper::name_pos[2] = {}

Definition at line 63 of file eyedropper_depth.cc.

Referenced by depthdropper_depth_sample_pt(), and depthdropper_draw_cb().

◆ prop

PropertyRNA* DepthDropper::prop = nullptr

Definition at line 51 of file eyedropper_depth.cc.

Referenced by depthdropper_depth_set(), and depthdropper_init().

◆ ptr

PointerRNA DepthDropper::ptr = {}

Definition at line 50 of file eyedropper_depth.cc.

Referenced by depthdropper_depth_set(), and depthdropper_init().


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