[Bf-blender-cvs] [c4e9966f4f0] temp-lineart-contained: Merge remote-tracking branch 'origin/master' into temp-lineart-contained

YimingWu noreply at git.blender.org
Wed May 18 09:44:19 CEST 2022


Commit: c4e9966f4f0997319521c6edca6d65f221e5a856
Author: YimingWu
Date:   Wed May 18 15:41:06 2022 +0800
Branches: temp-lineart-contained
https://developer.blender.org/rBc4e9966f4f0997319521c6edca6d65f221e5a856

Merge remote-tracking branch 'origin/master' into temp-lineart-contained

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



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

diff --cc source/blender/makesdna/DNA_gpencil_modifier_defaults.h
index bb88e657635,b35d6e750f4..9ebfeb18fdc
--- a/source/blender/makesdna/DNA_gpencil_modifier_defaults.h
+++ b/source/blender/makesdna/DNA_gpencil_modifier_defaults.h
@@@ -303,11 -303,9 +303,11 @@@
      .crease_threshold = DEG2RAD(140.0f), \
      .calculation_flags = LRT_ALLOW_DUPLI_OBJECTS | LRT_ALLOW_CLIPPING_BOUNDARIES | \
                           LRT_USE_CREASE_ON_SHARP_EDGES | LRT_FILTER_FACE_MARK_KEEP_CONTOUR, \
-     .angle_splitting_threshold = 0.0f, /* Do not split by default, this is for better chaining quality. */ \
+     .angle_splitting_threshold = 0.0f, /* Do not split by default, this is for better chaining quality. */ \ 
      .chaining_image_threshold = 0.001f, \
 -    .chain_smooth_tolerance = 0.2f,\
 +    .stroke_depth_offset = 0.05,\
 +    .chain_smooth_tolerance = 0.0f,\
 +    .overscan = 0.1f,\
      .stroke_depth_offset = 0.05,\
    }



More information about the Bf-blender-cvs mailing list