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;
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs