[Bf-blender-cvs] [a823f58dfd0] blender2.8: Subsurf: Disable oprtion for now

Sergey Sharybin noreply at git.blender.org
Tue Jul 31 11:18:22 CEST 2018


Commit: a823f58dfd039291fe14bdf7d281ecaa0311292e
Author: Sergey Sharybin
Date:   Tue Jul 31 11:17:51 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBa823f58dfd039291fe14bdf7d281ecaa0311292e

Subsurf: Disable oprtion for now

Committed by accident, is too early for this yet.

===================================================================

M	source/blender/modifiers/intern/MOD_subsurf.c

===================================================================

diff --git a/source/blender/modifiers/intern/MOD_subsurf.c b/source/blender/modifiers/intern/MOD_subsurf.c
index 7c605dd4f78..08dc7c92693 100644
--- a/source/blender/modifiers/intern/MOD_subsurf.c
+++ b/source/blender/modifiers/intern/MOD_subsurf.c
@@ -57,7 +57,7 @@
 
 #include "intern/CCGSubSurf.h"
 
-#define USE_OPENSUBDIV
+// #define USE_OPENSUBDIV
 
 static void initData(ModifierData *md)
 {



More information about the Bf-blender-cvs mailing list