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

Jeroen Bakker j.bakker at atmind.nl
Wed May 2 10:09:37 CEST 2012


Revision: 46176
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=46176
Author:   jbakker
Date:     2012-05-02 08:09:36 +0000 (Wed, 02 May 2012)
Log Message:
-----------
TileBranch
 * Fixed issue [#31226] Invert node turns all B-White

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

Modified: branches/tile/source/blender/compositor/operations/COM_InvertOperation.cpp
===================================================================
--- branches/tile/source/blender/compositor/operations/COM_InvertOperation.cpp	2012-05-02 07:18:51 UTC (rev 46175)
+++ branches/tile/source/blender/compositor/operations/COM_InvertOperation.cpp	2012-05-02 08:09:36 UTC (rev 46176)
@@ -25,7 +25,7 @@
 InvertOperation::InvertOperation(): NodeOperation() {
 	this->addInputSocket(COM_DT_VALUE);
 	this->addInputSocket(COM_DT_COLOR);
-	this->addOutputSocket(COM_DT_VALUE);
+	this->addOutputSocket(COM_DT_COLOR);
 	this->inputValueProgram = NULL;
 	this->inputColorProgram = NULL;
 	this->color = true;




More information about the Bf-blender-cvs mailing list