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:
-rw-r--r--source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c b/source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c
index 0923334701c..d21fc8b8fdd 100644
--- a/source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c
+++ b/source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c
@@ -288,6 +288,7 @@ static void panel_draw(const bContext *UNUSED(C), Panel *panel)
0,
IFACE_("Overlapping Edges As Contour"),
ICON_NONE);
+ uiItemR(layout, ptr, "allow_duplication", 0, NULL, ICON_NONE);
gpencil_modifier_panel_end(layout, ptr);
}