[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [40804] branches/soc-2008-mxcurioni/source /blender/freestyle/intern/application/Controller.cpp: Fix for an uninitialized member variable.

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Wed Oct 5 23:10:23 CEST 2011


Revision: 40804
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=40804
Author:   kjym3
Date:     2011-10-05 21:10:23 +0000 (Wed, 05 Oct 2011)
Log Message:
-----------
Fix for an uninitialized member variable.

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/application/Controller.cpp

Modified: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/application/Controller.cpp
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/freestyle/intern/application/Controller.cpp	2011-10-05 15:28:02 UTC (rev 40803)
+++ branches/soc-2008-mxcurioni/source/blender/freestyle/intern/application/Controller.cpp	2011-10-05 21:10:23 UTC (rev 40804)
@@ -113,6 +113,7 @@
 
   _inter = new PythonInterpreter();
   _EnableQI = true;
+  _EnableFaceSmoothness = false;
   _ComputeRidges = true;
   _ComputeSteerableViewMap = false;
   _ComputeSuggestive = true;




More information about the Bf-blender-cvs mailing list