From 1b05948e4d04f52e12e2fc7abdb56acb3fe01d20 Mon Sep 17 00:00:00 2001 From: YimingWu Date: Thu, 18 Mar 2021 19:29:47 +0800 Subject: [PATCH] LineArt: Expose the allow_duplication property for instanced objects. It was missing from the UI. --- source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c | 1 + 1 file changed, 1 insertion(+) 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); }