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;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to