[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [47735] branches/soc-2011-tomato/source/ blender/compositor/nodes/COM_KeyingNode.cpp: Pardon, for sure gaussian blur should be default for now, so it wouldn't

Sergey Sharybin sergey.vfx at gmail.com
Mon Jun 11 12:31:24 CEST 2012


Revision: 47735
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=47735
Author:   nazgul
Date:     2012-06-11 10:31:24 +0000 (Mon, 11 Jun 2012)
Log Message:
-----------
Pardon, for sure gaussian blur should be default for now, so it wouldn't
affect on current compositor's setup.

And to enable new test blur that line should be commented.

Modified Paths:
--------------
    branches/soc-2011-tomato/source/blender/compositor/nodes/COM_KeyingNode.cpp

Modified: branches/soc-2011-tomato/source/blender/compositor/nodes/COM_KeyingNode.cpp
===================================================================
--- branches/soc-2011-tomato/source/blender/compositor/nodes/COM_KeyingNode.cpp	2012-06-11 10:25:28 UTC (rev 47734)
+++ branches/soc-2011-tomato/source/blender/compositor/nodes/COM_KeyingNode.cpp	2012-06-11 10:31:24 UTC (rev 47735)
@@ -41,7 +41,7 @@
 
 #include "COM_SetAlphaOperation.h"
 
-// #define USE_GAUSSIAN_BLUR
+#define USE_GAUSSIAN_BLUR
 
 KeyingNode::KeyingNode(bNode *editorNode): Node(editorNode)
 {




More information about the Bf-blender-cvs mailing list