[Bf-blender-cvs] [70a3af8f292] temp-lineart-contained: Cleanup: Remove extra white space in DNA_gpencil_modifier_defaults.h

YimingWu noreply at git.blender.org
Thu Sep 23 17:26:26 CEST 2021


Commit: 70a3af8f292c5c89383db95f552b488c44a443f1
Author: YimingWu
Date:   Thu Sep 23 23:25:45 2021 +0800
Branches: temp-lineart-contained
https://developer.blender.org/rB70a3af8f292c5c89383db95f552b488c44a443f1

Cleanup: Remove extra white space in DNA_gpencil_modifier_defaults.h

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

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 f5253162d5f..71efcdfe521 100644
--- a/source/blender/makesdna/DNA_gpencil_modifier_defaults.h
+++ b/source/blender/makesdna/DNA_gpencil_modifier_defaults.h
@@ -317,7 +317,7 @@
     .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, \
     .stroke_depth_offset = 0.05,\
     .chain_smooth_tolerance = 0.0f,\



More information about the Bf-blender-cvs mailing list