[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [49496] trunk/blender/source/blender/ compositor/operations/COM_MathBaseOperation.cpp: Fix #32236: unstable z-buffer or z combine composition node

Sergey Sharybin sergey.vfx at gmail.com
Thu Aug 2 12:20:15 CEST 2012


Revision: 49496
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=49496
Author:   nazgul
Date:     2012-08-02 10:20:14 +0000 (Thu, 02 Aug 2012)
Log Message:
-----------
Fix #32236: unstable z-buffer or z combine composition node

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

Modified: trunk/blender/source/blender/compositor/operations/COM_MathBaseOperation.cpp
===================================================================
--- trunk/blender/source/blender/compositor/operations/COM_MathBaseOperation.cpp	2012-08-02 09:52:37 UTC (rev 49495)
+++ trunk/blender/source/blender/compositor/operations/COM_MathBaseOperation.cpp	2012-08-02 10:20:14 UTC (rev 49496)
@@ -32,6 +32,7 @@
 	this->addOutputSocket(COM_DT_VALUE);
 	this->m_inputValue1Operation = NULL;
 	this->m_inputValue2Operation = NULL;
+	this->m_useClamp = false;
 }
 
 void MathBaseOperation::initExecution()




More information about the Bf-blender-cvs mailing list