|
Blender V5.0
|
#include <DNA_sequence_types.h>
Public Attributes | |
| struct MetaStack * | next |
| struct MetaStack * | prev |
| Strip * | old_strip |
| Strip * | parent_strip |
| int | disp_range [2] |
Definition at line 308 of file DNA_sequence_types.h.
| int MetaStack::disp_range[2] |
Definition at line 317 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 309 of file DNA_sequence_types.h.
| Strip* MetaStack::old_strip |
The meta-strip that contains parent_strip. May be null (that means it is the top-most strips).
Definition at line 314 of file DNA_sequence_types.h.
Referenced by blender::seq::meta_stack_pop(), blender::seq::render_give_ibuf(), blender::seq::seq_meta_stack_alloc(), and seq_update_meta_disp_range().
| Strip* MetaStack::parent_strip |
Definition at line 315 of file DNA_sequence_types.h.
Referenced by blender::seq::draw_mask_input_type_settings(), blender::seq::edit_update_muting(), blender::seq::meta_stack_pop(), blender::seq::seq_meta_stack_alloc(), blender::seq::seq_prefetch_update_active_seqbase(), blender::seq::sequencer_all_free_anim_ibufs(), and sequencer_remove_listbase_pointers().
| struct MetaStack * MetaStack::prev |
Definition at line 309 of file DNA_sequence_types.h.