Blender
V3.3
|
Public Attributes | |
PointerRNA | ptr |
PropertyRNA * | prop |
bool | is_undo |
bool | is_set |
float | init_depth |
bool | accum_start |
float | accum_depth |
int | accum_tot |
ARegionType * | art |
void * | draw_handle_pixel |
int | name_pos [2] |
char | name [200] |
Definition at line 47 of file eyedropper_depth.c.
float DepthDropper::accum_depth |
Definition at line 56 of file eyedropper_depth.c.
Referenced by depthdropper_depth_sample_accum(), depthdropper_depth_set_accum(), and depthdropper_modal().
bool DepthDropper::accum_start |
Definition at line 55 of file eyedropper_depth.c.
Referenced by depthdropper_modal().
int DepthDropper::accum_tot |
Definition at line 57 of file eyedropper_depth.c.
Referenced by depthdropper_depth_sample_accum(), depthdropper_depth_set_accum(), and depthdropper_modal().
ARegionType* DepthDropper::art |
Definition at line 59 of file eyedropper_depth.c.
Referenced by depthdropper_exit(), and depthdropper_init().
void* DepthDropper::draw_handle_pixel |
Definition at line 60 of file eyedropper_depth.c.
Referenced by depthdropper_exit(), and depthdropper_init().
float DepthDropper::init_depth |
Definition at line 53 of file eyedropper_depth.c.
Referenced by depthdropper_cancel(), and depthdropper_init().
bool DepthDropper::is_set |
Definition at line 52 of file eyedropper_depth.c.
Referenced by depthdropper_cancel(), and depthdropper_depth_set().
bool DepthDropper::is_undo |
Definition at line 50 of file eyedropper_depth.c.
Referenced by depthdropper_init(), and depthdropper_modal().
char DepthDropper::name[200] |
Definition at line 62 of file eyedropper_depth.c.
Referenced by depthdropper_depth_sample_pt(), and depthdropper_draw_cb().
int DepthDropper::name_pos[2] |
Definition at line 61 of file eyedropper_depth.c.
Referenced by depthdropper_depth_sample_pt(), and depthdropper_draw_cb().
PropertyRNA* DepthDropper::prop |
Definition at line 49 of file eyedropper_depth.c.
Referenced by depthdropper_depth_set(), and depthdropper_init().
PointerRNA DepthDropper::ptr |
Definition at line 48 of file eyedropper_depth.c.
Referenced by depthdropper_depth_set(), and depthdropper_init().