Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_sequence_types.h
| Show First 20 Lines • Show All 166 Lines • ▼ Show 20 Lines | typedef struct Sequence { | ||||
| int startstill, endstill; | int startstill, endstill; | ||||
| /** Machine: the strip channel, depth the depth in the sequence when dealing with metastrips. */ | /** Machine: the strip channel, depth the depth in the sequence when dealing with metastrips. */ | ||||
| int machine, depth; | int machine, depth; | ||||
| /** Starting and ending points of the strip in the sequence. */ | /** Starting and ending points of the strip in the sequence. */ | ||||
| int startdisp, enddisp; | int startdisp, enddisp; | ||||
| float sat; | float sat; | ||||
| float mul, handsize; | float mul, handsize; | ||||
| short anim_preseek; | short anim_preseek; /* UNUSED. */ | ||||
| /** Streamindex for movie or sound files with several streams. */ | /** Streamindex for movie or sound files with several streams. */ | ||||
| short streamindex; | short streamindex; | ||||
| /** For multicam source selection. */ | /** For multicam source selection. */ | ||||
| int multicam_source; | int multicam_source; | ||||
| /** MOVIECLIP render flags. */ | /** MOVIECLIP render flags. */ | ||||
| int clip_flag; | int clip_flag; | ||||
| Strip *strip; | Strip *strip; | ||||
| ▲ Show 20 Lines • Show All 522 Lines • Show Last 20 Lines | |||||