Shape enhanced method exaggerates a shape using a Laplacian smoothing operator in the reverse direction.

http://wiki.blender.org/index.php/User:Apinzonf/shape_enhanced
This commit is contained in:
Alexander Pinzon
2013-01-16 19:38:50 +00:00
parent 337695d496
commit f1cd290e08
4 changed files with 61 additions and 24 deletions

View File

@@ -349,6 +349,7 @@ class DATA_PT_modifiers(ModifierButtonsPanel, Panel):
col.separator()
col.prop(md, "use_volume_preserve")
col.prop(md, "use_normalized")
layout.label(text="Vertex Group:")
layout.prop_search(md, "vertex_group", ob, "vertex_groups", text="")