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-23 17:15:44 +0300
committerSebastian Parborg <darkdefende@gmail.com>2021-04-01 13:36:23 +0300
commite1b2cf887fdbf2897c59dd7d20ea1074f962d3ee (patch)
tree853b0f2e5e08957e8a59bf6ecd7f4e1cb0735341 /source/blender/makesdna/DNA_gpencil_modifier_types.h
parentd5cefc1844cfd679b5d1f134386635f6165ae2e3 (diff)
LineArt: Remove resampling settings.
This can be done with an other GP modifier already.
Diffstat (limited to 'source/blender/makesdna/DNA_gpencil_modifier_types.h')
-rw-r--r--source/blender/makesdna/DNA_gpencil_modifier_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_gpencil_modifier_types.h b/source/blender/makesdna/DNA_gpencil_modifier_types.h
index bc046a3b830..0572bf41112 100644
--- a/source/blender/makesdna/DNA_gpencil_modifier_types.h
+++ b/source/blender/makesdna/DNA_gpencil_modifier_types.h
@@ -868,7 +868,7 @@ typedef struct LineartGpencilModifierData {
/* CPU mode */
float chaining_image_threshold;
- float resample_length;
+ int _pad;
/* Ported from SceneLineArt flags. */
int calculation_flags;