Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYimingWu <xp8110@outlook.com>2021-03-19 15:55:38 +0300
committerSebastian Parborg <darkdefende@gmail.com>2021-03-19 20:26:33 +0300
commit3420c3d8c6cc026df093133799f116021aa9ba51 (patch)
tree648396a9ffe77041653507864b962ae5546ba986 /source/blender/makesdna/DNA_gpencil_modifier_defaults.h
parenta00249dd22ca2331648588b404cee87668f74aa3 (diff)
LineArt: Remove geometry space chaining
It caused some chaining errors when used in combination with image space chaining. After some internal discussion, we realized it is not useful as chaining in image space essentially does the same thing.
Diffstat (limited to 'source/blender/makesdna/DNA_gpencil_modifier_defaults.h')
-rw-r--r--source/blender/makesdna/DNA_gpencil_modifier_defaults.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_gpencil_modifier_defaults.h b/source/blender/makesdna/DNA_gpencil_modifier_defaults.h
index f6d57291951..4f6ef6ab7ce 100644
--- a/source/blender/makesdna/DNA_gpencil_modifier_defaults.h
+++ b/source/blender/makesdna/DNA_gpencil_modifier_defaults.h
@@ -292,7 +292,6 @@
.crease_threshold = DEG2RAD(140.0f), \
.calculation_flags = LRT_ALLOW_DUPLI_OBJECTS | LRT_REMOVE_DOUBLES | LRT_ALLOW_OVERLAPPING_EDGES | LRT_ALLOW_CLIPPING_BOUNDARIES, \
.angle_splitting_threshold = DEG2RAD(60.0f), \
- .chaining_geometry_threshold = 0.001f, \
.chaining_image_threshold = 0.001f, \
}