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:
authorHenrik Dick <hen-di@web.de>2022-04-07 18:41:49 +0300
committerHenrik Dick <hen-di@web.de>2022-04-07 18:41:49 +0300
commitf8c21937d2ba1140533c5e6f70426099f9680609 (patch)
tree4133275343a78d4ac0659b586bb7fa388e3ef2a0 /source/blender/makesdna/DNA_gpencil_modifier_defaults.h
parent1a09024eacbdfa52b3ec669f2bdea313a06b82db (diff)
GPencil: Add skip option to envelope modifier
This patch adds an option to only use every n-th segment of the envelope result. This can be used to reduce the complexity of the result. Differential Revision: http://developer.blender.org/D14503
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, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_gpencil_modifier_defaults.h b/source/blender/makesdna/DNA_gpencil_modifier_defaults.h
index 9d14ca039ac..750f97bb3c6 100644
--- a/source/blender/makesdna/DNA_gpencil_modifier_defaults.h
+++ b/source/blender/makesdna/DNA_gpencil_modifier_defaults.h
@@ -373,6 +373,7 @@
.mat_nr = -1, \
.thickness = 1.0f, \
.strength = 1.0f, \
+ .skip = 0, \
}