add option for screw modifier to smooth shade. (renamed smooth_shading to use_smooth_shade for remesh modifier too)

This commit is contained in:
2012-05-18 10:37:49 +00:00
parent 181f3670c9
commit 76f28921dc
4 changed files with 17 additions and 8 deletions

View File

@@ -547,6 +547,7 @@ class DATA_PT_modifiers(ModifierButtonsPanel, Panel):
col.prop(md, "angle")
col.prop(md, "steps")
col.prop(md, "render_steps")
col.prop(md, "use_smooth_shade")
col = split.column()
row = col.row()
@@ -838,7 +839,7 @@ class DATA_PT_modifiers(ModifierButtonsPanel, Panel):
if md.mode == 'SHARP':
layout.prop(md, "sharpness")
layout.prop(md, "smooth_shading")
layout.prop(md, "use_smooth_shade")
layout.prop(md, "remove_disconnected_pieces")
row = layout.row()
row.active = md.remove_disconnected_pieces