[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [32540] branches/soc-2008-mxcurioni/source /blender/freestyle/intern/application/Controller.cpp: Fix for a bug that style modules from wrong scene render layers

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Sun Oct 17 16:36:07 CEST 2010


Revision: 32540
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=32540
Author:   kjym3
Date:     2010-10-17 16:36:07 +0200 (Sun, 17 Oct 2010)

Log Message:
-----------
Fix for a bug that style modules from wrong scene render layers
were executed.  The bug was reported by Dazzle in the BA Freestyle
thread, thanks!

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	2010-10-17 11:21:53 UTC (rev 32539)
+++ branches/soc-2008-mxcurioni/source/blender/freestyle/intern/application/Controller.cpp	2010-10-17 14:36:07 UTC (rev 32540)
@@ -363,7 +363,7 @@
     }
 
   // clears the canvas
-  _Canvas->Erase();
+  _Canvas->Clear();
 
   // clears the grid
   _Grid.clear();





More information about the Bf-blender-cvs mailing list