Adding Subdivide UVs flag to modifier UI

This commit is contained in:
Daniel Salazar 2010-04-03 07:57:28 +00:00
parent 8ab985a816
commit bee158cf02

@ -670,6 +670,7 @@ class DATA_PT_modifiers(DataButtonsPanel):
if wide_ui:
col = split.column()
col.label(text="Options:")
col.prop(md, "subsurf_uv")
col.prop(md, "optimal_display")
def SURFACE(self, layout, ob, md, wide_ui):