[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [49888] branches/soc-2011-tomato/source/ blender/blenkernel/intern/sequencer.c: Color Management: convert strips to float if Make Float is enabled but no other filters used

Sergey Sharybin sergey.vfx at gmail.com
Tue Aug 14 13:12:32 CEST 2012


Revision: 49888
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=49888
Author:   nazgul
Date:     2012-08-14 11:12:31 +0000 (Tue, 14 Aug 2012)
Log Message:
-----------
Color Management: convert strips to float if Make Float is enabled but no other filters used

Makes it possible to have color corrections in preview for strips which are originally bytes.

Modified Paths:
--------------
    branches/soc-2011-tomato/source/blender/blenkernel/intern/sequencer.c

Modified: branches/soc-2011-tomato/source/blender/blenkernel/intern/sequencer.c
===================================================================
--- branches/soc-2011-tomato/source/blender/blenkernel/intern/sequencer.c	2012-08-14 11:07:42 UTC (rev 49887)
+++ branches/soc-2011-tomato/source/blender/blenkernel/intern/sequencer.c	2012-08-14 11:12:31 UTC (rev 49888)
@@ -1678,7 +1678,7 @@
 	float mul;
 
 	if (seq->flag & (SEQ_FILTERY | SEQ_USE_CROP | SEQ_USE_TRANSFORM | SEQ_FLIPX |
-	                 SEQ_FLIPY | SEQ_USE_COLOR_BALANCE | SEQ_MAKE_PREMUL))
+	                 SEQ_FLIPY | SEQ_USE_COLOR_BALANCE | SEQ_MAKE_PREMUL | SEQ_MAKE_FLOAT))
 	{
 		return TRUE;
 	}




More information about the Bf-blender-cvs mailing list