Blender
V3.3
|
Public Attributes | |
float | alpha |
float | icon_size |
float | half_icon_size |
float | smaller_size |
float | ipo_size |
float | gpencil_size |
float | screenspace_margin |
float | sel_color [4] |
float | unsel_color [4] |
float | sel_mhcol [4] |
float | unsel_mhcol [4] |
float | ipo_color [4] |
float | ipo_color_mix [4] |
bool | show_ipo |
Definition at line 169 of file keyframes_draw.c.
float DrawKeylistUIData::alpha |
Definition at line 170 of file keyframes_draw.c.
Referenced by draw_keylist_keys(), and draw_keylist_ui_data_init().
float DrawKeylistUIData::gpencil_size |
Definition at line 175 of file keyframes_draw.c.
Referenced by draw_keylist_block_gpencil(), and draw_keylist_ui_data_init().
float DrawKeylistUIData::half_icon_size |
Definition at line 172 of file keyframes_draw.c.
Referenced by draw_keylist_block_standard(), and draw_keylist_ui_data_init().
float DrawKeylistUIData::icon_size |
Definition at line 171 of file keyframes_draw.c.
Referenced by draw_keylist_keys(), and draw_keylist_ui_data_init().
float DrawKeylistUIData::ipo_color[4] |
Definition at line 181 of file keyframes_draw.c.
Referenced by draw_keylist_block_interpolation_line(), and draw_keylist_ui_data_init().
float DrawKeylistUIData::ipo_color_mix[4] |
Definition at line 182 of file keyframes_draw.c.
Referenced by draw_keylist_block_interpolation_line(), and draw_keylist_ui_data_init().
float DrawKeylistUIData::ipo_size |
Definition at line 174 of file keyframes_draw.c.
Referenced by draw_keylist_block_interpolation_line(), and draw_keylist_ui_data_init().
float DrawKeylistUIData::screenspace_margin |
Definition at line 176 of file keyframes_draw.c.
Referenced by draw_keylist_block_gpencil(), and draw_keylist_ui_data_init().
float DrawKeylistUIData::sel_color[4] |
Definition at line 177 of file keyframes_draw.c.
Referenced by draw_keylist_block_standard(), and draw_keylist_ui_data_init().
float DrawKeylistUIData::sel_mhcol[4] |
Definition at line 179 of file keyframes_draw.c.
Referenced by draw_keylist_block_gpencil(), draw_keylist_block_moving_hold(), and draw_keylist_ui_data_init().
bool DrawKeylistUIData::show_ipo |
Definition at line 185 of file keyframes_draw.c.
Referenced by draw_keylist_block(), draw_keylist_keys(), and draw_keylist_ui_data_init().
float DrawKeylistUIData::smaller_size |
Definition at line 173 of file keyframes_draw.c.
Referenced by draw_keylist_block_moving_hold(), and draw_keylist_ui_data_init().
float DrawKeylistUIData::unsel_color[4] |
Definition at line 178 of file keyframes_draw.c.
Referenced by draw_keylist_block_standard(), and draw_keylist_ui_data_init().
float DrawKeylistUIData::unsel_mhcol[4] |
Definition at line 180 of file keyframes_draw.c.
Referenced by draw_keylist_block_gpencil(), draw_keylist_block_moving_hold(), and draw_keylist_ui_data_init().