|
Blender V4.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 179 of file keyframes_draw.cc.
| float DrawKeylistUIData::alpha |
Definition at line 180 of file keyframes_draw.cc.
Referenced by channel_ui_data_init(), and draw_keylist_keys().
| float DrawKeylistUIData::gpencil_size |
Definition at line 185 of file keyframes_draw.cc.
Referenced by channel_ui_data_init(), and draw_keylist_block_gpencil().
| float DrawKeylistUIData::half_icon_size |
Definition at line 182 of file keyframes_draw.cc.
Referenced by channel_ui_data_init(), and draw_keylist_block_standard().
| float DrawKeylistUIData::icon_size |
Definition at line 181 of file keyframes_draw.cc.
Referenced by channel_ui_data_init(), and draw_keylist_keys().
| float DrawKeylistUIData::ipo_color[4] |
Definition at line 191 of file keyframes_draw.cc.
Referenced by channel_ui_data_init(), and draw_keylist_block_interpolation_line().
| float DrawKeylistUIData::ipo_color_mix[4] |
Definition at line 192 of file keyframes_draw.cc.
Referenced by channel_ui_data_init(), and draw_keylist_block_interpolation_line().
| float DrawKeylistUIData::ipo_size |
Definition at line 184 of file keyframes_draw.cc.
Referenced by channel_ui_data_init(), and draw_keylist_block_interpolation_line().
| float DrawKeylistUIData::screenspace_margin |
Definition at line 186 of file keyframes_draw.cc.
Referenced by channel_ui_data_init(), and draw_keylist_block_gpencil().
| float DrawKeylistUIData::sel_color[4] |
Definition at line 187 of file keyframes_draw.cc.
Referenced by channel_ui_data_init(), and draw_keylist_block_standard().
| float DrawKeylistUIData::sel_mhcol[4] |
Definition at line 189 of file keyframes_draw.cc.
Referenced by channel_ui_data_init(), draw_keylist_block_gpencil(), and draw_keylist_block_moving_hold().
| bool DrawKeylistUIData::show_ipo |
Definition at line 195 of file keyframes_draw.cc.
Referenced by channel_ui_data_init(), draw_keylist_block(), and draw_keylist_keys().
| float DrawKeylistUIData::smaller_size |
Definition at line 183 of file keyframes_draw.cc.
Referenced by channel_ui_data_init(), and draw_keylist_block_moving_hold().
| float DrawKeylistUIData::unsel_color[4] |
Definition at line 188 of file keyframes_draw.cc.
Referenced by channel_ui_data_init(), and draw_keylist_block_standard().
| float DrawKeylistUIData::unsel_mhcol[4] |
Definition at line 190 of file keyframes_draw.cc.
Referenced by channel_ui_data_init(), draw_keylist_block_gpencil(), and draw_keylist_block_moving_hold().