Commit removing Mesh Deform modifier's surface mode broke the it's UI

This commit is contained in:
Daniel Salazar
2010-04-03 09:09:48 +00:00
parent bee158cf02
commit c1e55a75b8

View File

@@ -385,15 +385,14 @@ class DATA_PT_modifiers(DataButtonsPanel):
else:
layout.operator("object.meshdeform_bind", text="Bind")
if md.mode == 'VOLUME':
split = layout.split()
split = layout.split()
col = split.column()
col.prop(md, "precision")
if wide_ui:
col = split.column()
col.prop(md, "precision")
if wide_ui:
col = split.column()
col.prop(md, "dynamic")
col.prop(md, "dynamic")
def MIRROR(self, layout, ob, md, wide_ui):
layout.prop(md, "merge_limit")