|
Blender
V3.3
|
#include <DNA_sequence_types.h>
Public Attributes | |
| struct MetaStack * | next |
| struct MetaStack * | prev |
| ListBase * | oldbasep |
| ListBase * | old_channels |
| Sequence * | parseq |
| int | disp_range [2] |
Definition at line 260 of file DNA_sequence_types.h.
| int MetaStack::disp_range[2] |
Definition at line 266 of file DNA_sequence_types.h.
Referenced by seq_draw_sfra_efra(), seq_meta_stack_alloc(), and sequencer_view_all_exec().
| struct MetaStack* MetaStack::next |
Definition at line 261 of file DNA_sequence_types.h.
| ListBase* MetaStack::old_channels |
Definition at line 263 of file DNA_sequence_types.h.
Referenced by seq_meta_stack_alloc(), and SEQ_meta_stack_pop().
| ListBase* MetaStack::oldbasep |
Definition at line 262 of file DNA_sequence_types.h.
Referenced by seq_meta_stack_alloc(), and SEQ_meta_stack_pop().
| Sequence* MetaStack::parseq |
Definition at line 264 of file DNA_sequence_types.h.
Referenced by SEQ_edit_update_muting(), seq_meta_stack_alloc(), SEQ_meta_stack_pop(), seq_prefetch_update_active_seqbase(), seq_update_meta_disp_range(), and sequencer_all_free_anim_ibufs().
| struct MetaStack * MetaStack::prev |
Definition at line 261 of file DNA_sequence_types.h.