[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [45919] branches/tile/source/blender/ compositor/operations/COM_TonemapOperation.cpp: TileBranch

Jeroen Bakker j.bakker at atmind.nl
Tue Apr 24 14:07:28 CEST 2012


Revision: 45919
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=45919
Author:   jbakker
Date:     2012-04-24 12:07:26 +0000 (Tue, 24 Apr 2012)
Log Message:
-----------
TileBranch
 * Fixed: ToneMap resulted into a black&white image.

Modified Paths:
--------------
    branches/tile/source/blender/compositor/operations/COM_TonemapOperation.cpp

Modified: branches/tile/source/blender/compositor/operations/COM_TonemapOperation.cpp
===================================================================
--- branches/tile/source/blender/compositor/operations/COM_TonemapOperation.cpp	2012-04-24 12:01:24 UTC (rev 45918)
+++ branches/tile/source/blender/compositor/operations/COM_TonemapOperation.cpp	2012-04-24 12:07:26 UTC (rev 45919)
@@ -28,7 +28,7 @@
 
 TonemapOperation::TonemapOperation(): NodeOperation() {
 	this->addInputSocket(COM_DT_COLOR, COM_SC_NO_RESIZE);
-    this->addOutputSocket(COM_DT_VALUE);
+    this->addOutputSocket(COM_DT_COLOR);
 	this->imageReader = NULL;
 	this->data = NULL;
 	this->cachedInstance = NULL;




More information about the Bf-blender-cvs mailing list