Multires: added back Reshape function, to copy vertex locations

from another mesh.
This commit is contained in:
2009-12-21 15:55:10 +00:00
parent 4d32e002ed
commit 29ea21e6bd
6 changed files with 83 additions and 42 deletions

View File

@@ -445,6 +445,7 @@ class DATA_PT_modifiers(DataButtonsPanel):
col.enabled = ob.mode != 'EDIT'
col.operator("object.multires_subdivide", text="Subdivide")
col.operator("object.multires_higher_levels_delete", text="Delete Higher")
col.operator("object.multires_reshape", text="Reshape")
col.prop(md, "optimal_display")
layout.separator()