add option for decimate-collapse to keep triangulated geometry (normally quads stay as quads when not collapsed).
This commit is contained in:
@@ -220,6 +220,7 @@ class DATA_PT_modifiers(ModifierButtonsPanel, Panel):
|
||||
row = layout.row()
|
||||
row.prop_search(md, "vertex_group", ob, "vertex_groups", text="")
|
||||
row.prop(md, "invert_vertex_group")
|
||||
layout.prop(md, "use_triangulate")
|
||||
elif decimate_type == 'UNSUBDIV':
|
||||
layout.prop(md, "iterations")
|
||||
else: # decimate_type == 'DISSOLVE':
|
||||
|
Reference in New Issue
Block a user