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
diff options
context:
space:
mode:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2011-10-06 01:10:23 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2011-10-06 01:10:23 +0400
commitcb4f6629279ba9792cc46114fe603bebff11c6a3 (patch)
tree4e97209432f112a330829f957b14a12b929b7a27 /source/blender/freestyle/intern/application/Controller.cpp
parentc41e64b9da4497b23259291bc1d5fa6c1c2e7ce1 (diff)
Fix for an uninitialized member variable.
Diffstat (limited to 'source/blender/freestyle/intern/application/Controller.cpp')
-rwxr-xr-xsource/blender/freestyle/intern/application/Controller.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/application/Controller.cpp b/source/blender/freestyle/intern/application/Controller.cpp
index 37f29278ea7..eb27ab62340 100755
--- a/source/blender/freestyle/intern/application/Controller.cpp
+++ b/source/blender/freestyle/intern/application/Controller.cpp
@@ -113,6 +113,7 @@ Controller::Controller()
_inter = new PythonInterpreter();
_EnableQI = true;
+ _EnableFaceSmoothness = false;
_ComputeRidges = true;
_ComputeSteerableViewMap = false;
_ComputeSuggestive = true;