Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-10-28 06:31:17 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-10-28 08:52:22 +0300
commitf0d20198b290338a9f58392f98ee43957b0bad61 (patch)
treeecc1e3a68848349e2005d98c4c60a17bcd4df2ed /source/blender/makesdna
parente1fb7740f8866cf2179783c2b13c1d15b3a0e6ec (diff)
Sequencer: support basic selection & delete from previews
Expose select & strip menus and shortcuts for sequencer preview.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_sequence_types.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h
index af01bb76680..fc23d3c69a3 100644
--- a/source/blender/makesdna/DNA_sequence_types.h
+++ b/source/blender/makesdna/DNA_sequence_types.h
@@ -179,7 +179,9 @@ typedef struct Sequence {
/** Starting and ending points of the strip in the sequence. */
int startdisp, enddisp;
float sat;
- float mul, handsize;
+ float mul;
+ char tmp_tag;
+ char _pad[3];
short anim_preseek; /* UNUSED. */
/** Streamindex for movie or sound files with several streams. */
@@ -250,7 +252,7 @@ typedef struct Sequence {
/* Multiview */
char views_format;
- char _pad[3];
+ char _pad1[3];
struct Stereo3dFormat *stereo3d_format;
struct IDProperty *prop;