|
Blender V4.5
|
#include <DNA_sequence_types.h>
Public Attributes | |
| struct MetaStack * | next |
| struct MetaStack * | prev |
| ListBase * | oldbasep |
| ListBase * | old_channels |
| Strip * | parent_strip |
| int | disp_range [2] |
Definition at line 321 of file DNA_sequence_types.h.
| int MetaStack::disp_range[2] |
Definition at line 327 of file DNA_sequence_types.h.
Referenced by blender::ed::vse::draw_timeline_sfra_efra(), blender::seq::seq_meta_stack_alloc(), and blender::ed::vse::sequencer_view_all_exec().
| struct MetaStack* MetaStack::next |
Definition at line 322 of file DNA_sequence_types.h.
| ListBase* MetaStack::old_channels |
Definition at line 324 of file DNA_sequence_types.h.
Referenced by blender::seq::meta_stack_pop(), and blender::seq::seq_meta_stack_alloc().
| ListBase* MetaStack::oldbasep |
Definition at line 323 of file DNA_sequence_types.h.
Referenced by blender::seq::meta_stack_pop(), and blender::seq::seq_meta_stack_alloc().
| Strip* MetaStack::parent_strip |
Definition at line 325 of file DNA_sequence_types.h.
Referenced by blender::seq::edit_update_muting(), blender::seq::meta_stack_pop(), blender::seq::seq_meta_stack_alloc(), blender::seq::seq_prefetch_update_active_seqbase(), seq_update_meta_disp_range(), and blender::seq::sequencer_all_free_anim_ibufs().
| struct MetaStack * MetaStack::prev |
Definition at line 322 of file DNA_sequence_types.h.