|
Blender V4.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 304 of file DNA_sequence_types.h.
| int MetaStack::disp_range[2] |
Definition at line 310 of file DNA_sequence_types.h.
Referenced by draw_timeline_sfra_efra(), seq_meta_stack_alloc(), and sequencer_view_all_exec().
| struct MetaStack* MetaStack::next |
Definition at line 305 of file DNA_sequence_types.h.
| ListBase* MetaStack::old_channels |
Definition at line 307 of file DNA_sequence_types.h.
Referenced by seq_meta_stack_alloc(), and SEQ_meta_stack_pop().
| ListBase* MetaStack::oldbasep |
Definition at line 306 of file DNA_sequence_types.h.
Referenced by seq_meta_stack_alloc(), and SEQ_meta_stack_pop().
| Sequence* MetaStack::parseq |
Definition at line 308 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 305 of file DNA_sequence_types.h.