GPencil: Add mode Merge to Simplify modifier
This option uses the same logic of the merge by distance but as an option of modifier to allow dynamic merge. This option will be very useful for LANPR generated strokes.
This commit is contained in:

committed by
Antonioya

parent
179e886ab3
commit
45ec08dc99
@@ -1792,6 +1792,8 @@ class DATA_PT_gpencil_modifiers(ModifierButtonsPanel, Panel):
|
||||
col.prop(md, "factor")
|
||||
elif md.mode == 'SAMPLE':
|
||||
col.prop(md, "length")
|
||||
elif md.mode == 'MERGE':
|
||||
col.prop(md, "length", text="Threshold")
|
||||
|
||||
col = layout.column()
|
||||
col.separator()
|
||||
|
Reference in New Issue
Block a user