[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [13634] trunk/blender/source/blender/ makesdna/DNA_sequence_types.h: == Sequencer ==

Peter Schlaile peter at schlaile.de
Mon Feb 11 00:40:58 CET 2008


Revision: 13634
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=13634
Author:   schlaile
Date:     2008-02-11 00:40:58 +0100 (Mon, 11 Feb 2008)

Log Message:
-----------
== Sequencer ==

Align StripColorBalance correctly. Should fix

[#8242] new feature "3-way-color-correction" won't be saved with blend file

Modified Paths:
--------------
    trunk/blender/source/blender/makesdna/DNA_sequence_types.h

Modified: trunk/blender/source/blender/makesdna/DNA_sequence_types.h
===================================================================
--- trunk/blender/source/blender/makesdna/DNA_sequence_types.h	2008-02-10 21:12:44 UTC (rev 13633)
+++ trunk/blender/source/blender/makesdna/DNA_sequence_types.h	2008-02-10 23:40:58 UTC (rev 13634)
@@ -74,6 +74,7 @@
 	float gamma[3];
 	float gain[3];
 	int flag;
+	int pad;
 	float exposure;
 	float saturation;
 } StripColorBalance;





More information about the Bf-blender-cvs mailing list