Multires: added back Reshape function, to copy vertex locations
from another mesh.
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user