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-18 14:29:17 +0300
committerSebastian Parborg <darkdefende@gmail.com>2021-03-18 15:20:44 +0300
commit6f7e632a6ff432c2b248588ae12263957ea43239 (patch)
treedef712d7501591ea9dc9f7290e7449eb669d460f /source/blender/makesdna/DNA_gpencil_modifier_types.h
parent3f0cd3fcc1f796adcbba6ad2f307a0d5815f6afb (diff)
Cleanup, LineArt: Sample -> Resample
Clear up what sample length does by renaming the option and variables.
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 7dded1a6546..31f8c64d486 100644
--- a/source/blender/makesdna/DNA_gpencil_modifier_types.h
+++ b/source/blender/makesdna/DNA_gpencil_modifier_types.h
@@ -867,7 +867,7 @@ typedef struct LineartGpencilModifierData {
float chaining_geometry_threshold;
float chaining_image_threshold;
- float pre_sample_length;
+ float resample_length;
/* Ported from SceneLineArt flags. */
int calculation_flags;