fix [#35311] Planar Decimate / Limited Dissolve fails to merge some adjacent faces

optionally limit by face flipping, also added support to delimit by material and edge crease.
This commit is contained in:
Campbell Barton
2013-06-03 05:07:16 +00:00
parent 8a1ef33e88
commit 790e9d9fa0
13 changed files with 84 additions and 15 deletions

View File

@@ -262,6 +262,9 @@ class DATA_PT_modifiers(ModifierButtonsPanel, Panel):
else: # decimate_type == 'DISSOLVE':
layout.prop(md, "angle_limit")
layout.prop(md, "use_dissolve_boundaries")
layout.label("Delimit:")
row = layout.row()
row.prop(md, "delimit")
layout.label(text=iface_("Face Count: %d") % md.face_count, translate=False)