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_types.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_types.h')
-rw-r--r--source/blender/makesdna/DNA_gpencil_modifier_types.h3
1 files changed, 0 insertions, 3 deletions
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;