|
Blender V5.0
|
Public Attributes | |
| const ColorManagedDisplay * | display = nullptr |
| PointerRNA | ptr = {} |
| PropertyRNA * | prop = nullptr |
| int | index = 0 |
| bool | is_undo = false |
| bool | is_set = false |
| float | init_col [3] = {} |
| bool | accum_start = false |
| float | accum_col [3] = {} |
| int | accum_tot = 0 |
| wmWindow * | cb_win = nullptr |
| int | cb_win_event_xy [2] = {} |
| void * | draw_handle_sample_text = nullptr |
| char | sample_text [MAX_NAME] = {} |
| bNode * | crypto_node = nullptr |
| CryptomatteSession * | cryptomatte_session = nullptr |
| ViewportColorSampleSession * | viewport_session = nullptr |
Definition at line 60 of file eyedropper_color.cc.
| float Eyedropper::accum_col[3] = {} |
Definition at line 72 of file eyedropper_color.cc.
Referenced by eyedropper_color_sample(), and eyedropper_modal().
| bool Eyedropper::accum_start = false |
Definition at line 71 of file eyedropper_color.cc.
Referenced by eyedropper_modal().
| int Eyedropper::accum_tot = 0 |
Definition at line 73 of file eyedropper_color.cc.
Referenced by eyedropper_color_sample(), and eyedropper_modal().
Definition at line 75 of file eyedropper_color.cc.
Referenced by eyedropper_cryptomatte_sample_fl(), eyedropper_exit(), and eyedropper_init().
| int Eyedropper::cb_win_event_xy[2] = {} |
Definition at line 76 of file eyedropper_color.cc.
Referenced by eyedropper_cryptomatte_sample_fl(), and eyedropper_draw_cb().
Definition at line 80 of file eyedropper_color.cc.
Referenced by eyedropper_color_sample(), eyedropper_cryptomatte_sample_fl(), and eyedropper_init().
| CryptomatteSession* Eyedropper::cryptomatte_session = nullptr |
Definition at line 81 of file eyedropper_color.cc.
Referenced by eyedropper_color_sample_text_update(), eyedropper_exit(), and eyedropper_init().
| const ColorManagedDisplay* Eyedropper::display = nullptr |
Definition at line 61 of file eyedropper_color.cc.
Referenced by eyedropper_color_set(), and eyedropper_init().
| void* Eyedropper::draw_handle_sample_text = nullptr |
Definition at line 77 of file eyedropper_color.cc.
Referenced by eyedropper_cryptomatte_sample_fl(), eyedropper_exit(), eyedropper_init(), and eyedropper_modal().
| int Eyedropper::index = 0 |
Definition at line 65 of file eyedropper_color.cc.
Referenced by eyedropper_init().
| float Eyedropper::init_col[3] = {} |
Definition at line 69 of file eyedropper_color.cc.
Referenced by eyedropper_cancel(), and eyedropper_init().
| bool Eyedropper::is_set = false |
Definition at line 68 of file eyedropper_color.cc.
Referenced by eyedropper_cancel(), and eyedropper_color_set().
| bool Eyedropper::is_undo = false |
Definition at line 66 of file eyedropper_color.cc.
Referenced by eyedropper_init(), and eyedropper_modal().
| PropertyRNA* Eyedropper::prop = nullptr |
Definition at line 64 of file eyedropper_color.cc.
Referenced by eyedropper_color_set(), and eyedropper_init().
| PointerRNA Eyedropper::ptr = {} |
Definition at line 63 of file eyedropper_color.cc.
Referenced by eyedropper_color_set(), and eyedropper_init().
| char Eyedropper::sample_text[MAX_NAME] = {} |
Definition at line 78 of file eyedropper_color.cc.
Referenced by eyedropper_color_sample_text_update(), and eyedropper_draw_cb().
| ViewportColorSampleSession* Eyedropper::viewport_session = nullptr |
Definition at line 82 of file eyedropper_color.cc.
Referenced by eyedropper_color_sample_fl(), and eyedropper_exit().