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:
Diffstat (limited to 'source/blender/freestyle/intern')
-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;