LineArt: Expose the allow_duplication property for instanced objects.

It was missing from the UI.
This commit is contained in:
YimingWu 2021-03-18 19:29:47 +08:00 committed by Sebastian Parborg
parent d39a1e3cab
commit 1b05948e4d
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}