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>2020-10-03 07:15:30 +0300
committerYimingWu <xp8110@outlook.com>2020-10-03 07:15:30 +0300
commit9eefbdfc510163022d5cac4e3f573cf96ef093ce (patch)
treed1506ffcda6189b9c7bcf68a0c6ac08563c8027e /source/blender/gpencil_modifiers
parentbb231515e59c341bde5624cae1b7f4c74e1c2712 (diff)
LineArt: Smooth weight option.
Diffstat (limited to 'source/blender/gpencil_modifiers')
-rw-r--r--source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c b/source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c
index a456607a19e..2238dde14b7 100644
--- a/source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c
+++ b/source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c
@@ -433,6 +433,8 @@ static void vgroup_panel_draw(const bContext *C, Panel *panel)
uiLayoutSetPropSep(layout, true);
+ uiItemR(layout, ptr, "soft_selection", 0, NULL, ICON_NONE);
+
row = uiLayoutRow(layout, true);
uiItemR(row, ptr, "source_vertex_group", 0, "Source", ICON_GROUP_VERTEX);
uiItemR(row, ptr, "invert_source_vertex_group", UI_ITEM_R_TOGGLE, "", ICON_ARROW_LEFTRIGHT);