[Bf-blender-cvs] [fbdc28bab70] greasepencil-object: Disable by default simple subdivision

Antonio Vazquez noreply at git.blender.org
Sat Dec 9 17:23:31 CET 2017


Commit: fbdc28bab701d7f0a7604bf00609d464c7405798
Author: Antonio Vazquez
Date:   Sat Dec 9 17:15:20 2017 +0100
Branches: greasepencil-object
https://developer.blender.org/rBfbdc28bab701d7f0a7604bf00609d464c7405798

Disable by default simple subdivision

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

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

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

diff --git a/source/blender/modifiers/intern/MOD_gpencilsubdiv.c b/source/blender/modifiers/intern/MOD_gpencilsubdiv.c
index d4295c2c61f..5ba4c67086d 100644
--- a/source/blender/modifiers/intern/MOD_gpencilsubdiv.c
+++ b/source/blender/modifiers/intern/MOD_gpencilsubdiv.c
@@ -51,7 +51,6 @@ static void initData(ModifierData *md)
 {
 	GpencilSubdivModifierData *gpmd = (GpencilSubdivModifierData *)md;
 	gpmd->pass_index = 0;
-	gpmd->flag |= GP_SUBDIV_SIMPLE;
 	gpmd->level = 1;
 	gpmd->layername[0] = '\0';
 }



More information about the Bf-blender-cvs mailing list