From 3420c3d8c6cc026df093133799f116021aa9ba51 Mon Sep 17 00:00:00 2001 From: YimingWu Date: Fri, 19 Mar 2021 20:55:38 +0800 Subject: 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. --- source/blender/makesdna/DNA_gpencil_modifier_types.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/makesdna/DNA_gpencil_modifier_types.h') diff --git a/source/blender/makesdna/DNA_gpencil_modifier_types.h b/source/blender/makesdna/DNA_gpencil_modifier_types.h index 31f8c64d486..19555d93964 100644 --- a/source/blender/makesdna/DNA_gpencil_modifier_types.h +++ b/source/blender/makesdna/DNA_gpencil_modifier_types.h @@ -864,7 +864,6 @@ typedef struct LineartGpencilModifierData { float angle_splitting_threshold; /* CPU mode */ - float chaining_geometry_threshold; float chaining_image_threshold; float resample_length; @@ -875,8 +874,6 @@ typedef struct LineartGpencilModifierData { /* Additional Switches. */ int flags; - int _pad; - /* Runtime only. */ void *render_buffer; -- cgit v1.2.3