|
Blender V5.0
|
Public Attributes | |
| PointerRNA | ptr = {} |
| PropertyRNA * | prop = 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 |
| ARegionType * | art = nullptr |
| void * | draw_handle_pixel = nullptr |
| int | name_pos [2] = {} |
| char | name [200] = {} |
Definition at line 49 of file eyedropper_depth.cc.
| float DepthDropper::accum_depth = 0.0f |
Definition at line 58 of file eyedropper_depth.cc.
Referenced by depthdropper_depth_sample_accum(), depthdropper_depth_set_accum(), and depthdropper_modal().
| bool DepthDropper::accum_start = false |
Definition at line 57 of file eyedropper_depth.cc.
Referenced by depthdropper_modal().
| int DepthDropper::accum_tot = 0 |
Definition at line 59 of file eyedropper_depth.cc.
Referenced by depthdropper_depth_sample_accum(), depthdropper_depth_set_accum(), and depthdropper_modal().
| ARegionType* DepthDropper::art = nullptr |
Definition at line 61 of file eyedropper_depth.cc.
Referenced by depthdropper_exit(), and depthdropper_init().
| void* DepthDropper::draw_handle_pixel = nullptr |
Definition at line 62 of file eyedropper_depth.cc.
Referenced by depthdropper_exit(), and depthdropper_init().
| float DepthDropper::init_depth = 0.0f |
Definition at line 55 of file eyedropper_depth.cc.
Referenced by depthdropper_cancel(), and depthdropper_init().
| bool DepthDropper::is_set = false |
Definition at line 54 of file eyedropper_depth.cc.
Referenced by depthdropper_cancel(), and depthdropper_depth_set().
| bool DepthDropper::is_undo = false |
Definition at line 52 of file eyedropper_depth.cc.
Referenced by depthdropper_init(), and depthdropper_modal().
| char DepthDropper::name[200] = {} |
Definition at line 64 of file eyedropper_depth.cc.
Referenced by depthdropper_depth_sample_pt(), and depthdropper_draw_cb().
| int DepthDropper::name_pos[2] = {} |
Definition at line 63 of file eyedropper_depth.cc.
Referenced by depthdropper_depth_sample_pt(), and depthdropper_draw_cb().
| PropertyRNA* DepthDropper::prop = nullptr |
Definition at line 51 of file eyedropper_depth.cc.
Referenced by depthdropper_depth_set(), and depthdropper_init().
| PointerRNA DepthDropper::ptr = {} |
Definition at line 50 of file eyedropper_depth.cc.
Referenced by depthdropper_depth_set(), and depthdropper_init().