Match corrective-smooth UI to smooth modifier

This commit is contained in:
2015-04-01 09:29:56 +11:00
parent c59ca9e477
commit 879f5c832b
2 changed files with 2 additions and 2 deletions

View File

@@ -1389,8 +1389,8 @@ class DATA_PT_modifiers(ModifierButtonsPanel, Panel):
def CORRECTIVE_SMOOTH(self, layout, ob, md):
is_bind = md.is_bind
layout.prop(md, "factor", text="Factor")
layout.prop(md, "iterations")
layout.prop(md, "lambda_factor", text="Factor")
row = layout.row()
row.prop(md, "smooth_type")