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:47 +0300
committerSebastian Parborg <darkdefende@gmail.com>2021-03-18 15:13:08 +0300
commit1b05948e4d04f52e12e2fc7abdb56acb3fe01d20 (patch)
treeca34b0d81d007a0424271070e8e510fb8f2dad10 /source/blender/gpencil_modifiers
parentd39a1e3cab642764b9b42a955a4a411ae65bf0b7 (diff)
LineArt: Expose the allow_duplication property for instanced objects.
It was missing from the UI.
Diffstat (limited to 'source/blender/gpencil_modifiers')
-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);
}