add option for decimate-collapse to keep triangulated geometry (normally quads stay as quads when not collapsed).

This commit is contained in:
Campbell Barton
2012-10-23 05:30:10 +00:00
parent bbe0deb8af
commit 1ea210a8dc
6 changed files with 19 additions and 8 deletions

View File

@@ -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':