Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-10-17 18:36:07 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-10-17 18:36:07 +0400
commit90b69a13a7f7b829c2eb314d1fd1efd56fd0a487 (patch)
tree4b392aa3393cf61586843e54443e54a6dacac96c /source
parentcc77207ca464d8e790de0524f9ad03a029deeed5 (diff)
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!
Diffstat (limited to 'source')
-rwxr-xr-xsource/blender/freestyle/intern/application/Controller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/application/Controller.cpp b/source/blender/freestyle/intern/application/Controller.cpp
index 7835bb832b6..e26e001e5ab 100755
--- a/source/blender/freestyle/intern/application/Controller.cpp
+++ b/source/blender/freestyle/intern/application/Controller.cpp
@@ -363,7 +363,7 @@ void Controller::CloseFile()
}
// clears the canvas
- _Canvas->Erase();
+ _Canvas->Clear();
// clears the grid
_Grid.clear();