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:
authorPeter Schlaile <peter@schlaile.de>2008-02-11 02:40:58 +0300
committerPeter Schlaile <peter@schlaile.de>2008-02-11 02:40:58 +0300
commit28c733406dd72db992cada4fe1c5191124e9c68b (patch)
tree97a52a272cd49dd245d5301b38d2d1a6dc4c6b87 /source/blender/makesdna/DNA_sequence_types.h
parent9615532ccb8290492bf076cdc7ad7a6ecb9d9311 (diff)
== Sequencer ==
Align StripColorBalance correctly. Should fix [#8242] new feature "3-way-color-correction" won't be saved with blend file
Diffstat (limited to 'source/blender/makesdna/DNA_sequence_types.h')
-rw-r--r--source/blender/makesdna/DNA_sequence_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h
index 8e8f84f0bb6..0e09823b123 100644
--- a/source/blender/makesdna/DNA_sequence_types.h
+++ b/source/blender/makesdna/DNA_sequence_types.h
@@ -74,6 +74,7 @@ typedef struct StripColorBalance {
float gamma[3];
float gain[3];
int flag;
+ int pad;
float exposure;
float saturation;
} StripColorBalance;