|
Blender V4.3
|
#include <ED_keyframes_keylist.hh>
Public Attributes | |
| short | flag |
| short | conflict |
| char | sel |
Information about the stretch of time from current to the next column.
Definition at line 45 of file ED_keyframes_keylist.hh.
| short ActKeyBlockInfo::conflict |
Mask of flags that differ between curves.
Definition at line 49 of file ED_keyframes_keylist.hh.
Referenced by actkeyblock_get_valid_hold(), and draw_keylist_block_interpolation_line().
| short ActKeyBlockInfo::flag |
Combination of flags from all curves.
Definition at line 47 of file ED_keyframes_keylist.hh.
Referenced by actkeyblock_get_valid_hold(), add_keyblock_info(), compute_keyblock_data(), draw_keylist_block(), nalloc_ak_cel(), and nalloc_ak_gpframe().
| char ActKeyBlockInfo::sel |
Selection flag.
Definition at line 52 of file ED_keyframes_keylist.hh.
Referenced by add_keyblock_info(), compute_keyblock_data(), draw_keylist_block_gpencil(), draw_keylist_block_moving_hold(), draw_keylist_block_standard(), nalloc_ak_cel(), and nalloc_ak_gpframe().