[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [48279] trunk/blender/source/blender/ compositor/operations/COM_ScaleOperation.cpp: fix for [#31899] Compositor: scale to rendersize doesn't work on

Jeroen Bakker j.bakker at atmind.nl
Mon Jun 25 19:26:23 CEST 2012


Revision: 48279
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48279
Author:   jbakker
Date:     2012-06-25 17:26:18 +0000 (Mon, 25 Jun 2012)
Log Message:
-----------
fix for [#31899] Compositor: scale to rendersize doesn't work on
separate channels

Modified Paths:
--------------
    trunk/blender/source/blender/compositor/operations/COM_ScaleOperation.cpp

Modified: trunk/blender/source/blender/compositor/operations/COM_ScaleOperation.cpp
===================================================================
--- trunk/blender/source/blender/compositor/operations/COM_ScaleOperation.cpp	2012-06-25 17:09:11 UTC (rev 48278)
+++ trunk/blender/source/blender/compositor/operations/COM_ScaleOperation.cpp	2012-06-25 17:26:18 UTC (rev 48279)
@@ -180,7 +180,7 @@
 // Absolute fixed siez
 ScaleFixedSizeOperation::ScaleFixedSizeOperation() : NodeOperation()
 {
-	this->addInputSocket(COM_DT_COLOR);
+	this->addInputSocket(COM_DT_COLOR, COM_SC_NO_RESIZE);
 	this->addOutputSocket(COM_DT_COLOR);
 	this->setResolutionInputSocketIndex(0);
 	this->inputOperation = NULL;




More information about the Bf-blender-cvs mailing list