Blender V5.0
Editing Struct Reference

#include <DNA_sequence_types.h>

Public Attributes

Stripcurrent_meta_strip
ListBase seqbase
ListBase metastack
ListBase channels
Stripact_strip
char proxy_dir [1024]
int proxy_storage
int overlay_frame_ofs
int overlay_frame_abs
int overlay_frame_flag
rctf overlay_frame_rect
int show_missing_media_flag
int cache_flag
PrefetchJobprefetch_job
EditingRuntime runtime

Detailed Description

Definition at line 342 of file DNA_sequence_types.h.

Member Data Documentation

◆ act_strip

Strip* Editing::act_strip

◆ cache_flag

◆ channels

◆ current_meta_strip

Strip* Editing::current_meta_strip

The current meta-strip being edited and/or viewed, may be null, in which case the top-most strips are used.

Definition at line 347 of file DNA_sequence_types.h.

Referenced by scene_blend_read_data(), and blender::seq::seq_prefetch_update_active_seqbase().

◆ metastack

ListBase Editing::metastack

◆ overlay_frame_abs

int Editing::overlay_frame_abs

◆ overlay_frame_flag

◆ overlay_frame_ofs

int Editing::overlay_frame_ofs

◆ overlay_frame_rect

◆ prefetch_job

◆ proxy_dir

char Editing::proxy_dir[1024]

Definition at line 355 of file DNA_sequence_types.h.

Referenced by scene_copy_data().

◆ proxy_storage

int Editing::proxy_storage

Definition at line 357 of file DNA_sequence_types.h.

Referenced by scene_copy_data().

◆ runtime

◆ seqbase

◆ show_missing_media_flag

int Editing::show_missing_media_flag

Definition at line 363 of file DNA_sequence_types.h.

Referenced by blo_update_defaults_scene(), and scene_copy_data().


The documentation for this struct was generated from the following file: