Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_sequence_types.h
| Show First 20 Lines • Show All 480 Lines • ▼ Show 20 Lines | typedef struct SequencerScopes { | ||||
| struct ImBuf *zebra_ibuf; | struct ImBuf *zebra_ibuf; | ||||
| struct ImBuf *waveform_ibuf; | struct ImBuf *waveform_ibuf; | ||||
| struct ImBuf *sep_waveform_ibuf; | struct ImBuf *sep_waveform_ibuf; | ||||
| struct ImBuf *vector_ibuf; | struct ImBuf *vector_ibuf; | ||||
| struct ImBuf *histogram_ibuf; | struct ImBuf *histogram_ibuf; | ||||
| } SequencerScopes; | } SequencerScopes; | ||||
| #define MAXSEQ 32 | #define MAXSEQ 128 | ||||
| #define SELECT 1 | #define SELECT 1 | ||||
| /* Editor->over_flag */ | /* Editor->over_flag */ | ||||
| #define SEQ_EDIT_OVERLAY_SHOW 1 | #define SEQ_EDIT_OVERLAY_SHOW 1 | ||||
| #define SEQ_EDIT_OVERLAY_ABS 2 | #define SEQ_EDIT_OVERLAY_ABS 2 | ||||
| #define SEQ_STRIP_OFSBOTTOM 0.05f | #define SEQ_STRIP_OFSBOTTOM 0.05f | ||||
| ▲ Show 20 Lines • Show All 235 Lines • Show Last 20 Lines | |||||