[Bf-blender-cvs] [cb9504187ac] temp-lineart-contained: LineArt: Change chain_smooth_tolerance default to 0.

YimingWu noreply at git.blender.org
Tue May 25 07:02:48 CEST 2021


Commit: cb9504187acd7a7f1ec5fa09091f66ce8f821f7f
Author: YimingWu
Date:   Tue May 25 13:02:16 2021 +0800
Branches: temp-lineart-contained
https://developer.blender.org/rBcb9504187acd7a7f1ec5fa09091f66ce8f821f7f

LineArt: Change chain_smooth_tolerance default to 0.

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

M	source/blender/makesdna/DNA_gpencil_modifier_defaults.h

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

diff --git a/source/blender/makesdna/DNA_gpencil_modifier_defaults.h b/source/blender/makesdna/DNA_gpencil_modifier_defaults.h
index 2641185a2d0..5b8f1b6fa5e 100644
--- a/source/blender/makesdna/DNA_gpencil_modifier_defaults.h
+++ b/source/blender/makesdna/DNA_gpencil_modifier_defaults.h
@@ -298,7 +298,7 @@
     .angle_splitting_threshold = DEG2RAD(60.0f), \
     .chaining_image_threshold = 0.001f, \
     .stroke_offset = 0.05,\
-    .chain_smooth_tolerance = 0.2f,\
+    .chain_smooth_tolerance = 0.0f,\
   }
 
 #define _DNA_DEFAULT_LengthGpencilModifierData \



More information about the Bf-blender-cvs mailing list