[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [46301] branches/tile/source/blender/ compositor/nodes/COM_BlurNode.cpp: Tile Branche

Monique Dewanchand m.dewanchand at atmind.nl
Fri May 4 23:31:34 CEST 2012


Revision: 46301
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=46301
Author:   mdewanchand
Date:     2012-05-04 21:31:34 +0000 (Fri, 04 May 2012)
Log Message:
-----------
Tile Branche

[#31242] Fast Gaussian blur results in a black screen
Added viewer

Modified Paths:
--------------
    branches/tile/source/blender/compositor/nodes/COM_BlurNode.cpp

Modified: branches/tile/source/blender/compositor/nodes/COM_BlurNode.cpp
===================================================================
--- branches/tile/source/blender/compositor/nodes/COM_BlurNode.cpp	2012-05-04 21:28:21 UTC (rev 46300)
+++ branches/tile/source/blender/compositor/nodes/COM_BlurNode.cpp	2012-05-04 21:31:34 UTC (rev 46301)
@@ -49,6 +49,7 @@
 		this->getInputSocket(0)->relinkConnections(operationfgb->getInputSocket(0), true, 0, graph);
 		this->getOutputSocket(0)->relinkConnections(operationfgb->getOutputSocket(0));
 		graph->addOperation(operationfgb);
+		ddPreviewOperation(graph, operationfgb->getOutputSocket(), 5);
 	}else if (!data->bokeh) {
 		GaussianXBlurOperation *operationx = new GaussianXBlurOperation();
 		operationx->setData(data);




More information about the Bf-blender-cvs mailing list