[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [46758] branches/tile/source/blender/ compositor/nodes/COM_BokehBlurNode.cpp: TileBranch

Jeroen Bakker j.bakker at atmind.nl
Fri May 18 10:24:32 CEST 2012


Revision: 46758
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=46758
Author:   jbakker
Date:     2012-05-18 08:24:31 +0000 (Fri, 18 May 2012)
Log Message:
-----------
TileBranch
 * clean up commit

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

Modified: branches/tile/source/blender/compositor/nodes/COM_BokehBlurNode.cpp
===================================================================
--- branches/tile/source/blender/compositor/nodes/COM_BokehBlurNode.cpp	2012-05-18 06:10:47 UTC (rev 46757)
+++ branches/tile/source/blender/compositor/nodes/COM_BokehBlurNode.cpp	2012-05-18 08:24:31 UTC (rev 46758)
@@ -42,6 +42,7 @@
 		converter->setfStop(4.0f);
 		converter->setCameraObject(camob);
 		operation->setMaxBlur(16);
+		operation->setQuality(context->getQuality());
 		this->getInputSocket(0)->relinkConnections(operation->getInputSocket(0), true, 0, graph);
 		this->getInputSocket(1)->relinkConnections(operation->getInputSocket(1), true, 1, graph);
 		this->getInputSocket(2)->relinkConnections(converter->getInputSocket(0), true, 2, graph);




More information about the Bf-blender-cvs mailing list