|
Blender
V2.93
|
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 |
| char | name [200] |
Definition at line 61 of file interface_eyedropper_depth.c.
| float DepthDropper::accum_depth |
Definition at line 70 of file interface_eyedropper_depth.c.
Referenced by depthdropper_depth_sample_accum(), depthdropper_depth_set_accum(), and depthdropper_modal().
| bool DepthDropper::accum_start |
Definition at line 69 of file interface_eyedropper_depth.c.
Referenced by depthdropper_modal().
| int DepthDropper::accum_tot |
Definition at line 71 of file interface_eyedropper_depth.c.
Referenced by depthdropper_depth_sample_accum(), depthdropper_depth_set_accum(), and depthdropper_modal().
| ARegionType* DepthDropper::art |
Definition at line 73 of file interface_eyedropper_depth.c.
Referenced by depthdropper_exit(), and depthdropper_init().
| void* DepthDropper::draw_handle_pixel |
Definition at line 74 of file interface_eyedropper_depth.c.
Referenced by depthdropper_exit(), and depthdropper_init().
| float DepthDropper::init_depth |
Definition at line 67 of file interface_eyedropper_depth.c.
Referenced by depthdropper_cancel(), and depthdropper_init().
| bool DepthDropper::is_set |
Definition at line 66 of file interface_eyedropper_depth.c.
Referenced by depthdropper_cancel(), and depthdropper_depth_set().
| bool DepthDropper::is_undo |
Definition at line 64 of file interface_eyedropper_depth.c.
Referenced by depthdropper_init(), and depthdropper_modal().
| char DepthDropper::name[200] |
Definition at line 75 of file interface_eyedropper_depth.c.
Referenced by depthdropper_depth_sample_pt(), and depthdropper_draw_cb().
| PropertyRNA* DepthDropper::prop |
Definition at line 63 of file interface_eyedropper_depth.c.
Referenced by depthdropper_depth_set(), and depthdropper_init().
| PointerRNA DepthDropper::ptr |
Definition at line 62 of file interface_eyedropper_depth.c.
Referenced by depthdropper_depth_set(), and depthdropper_init().