Smooth Modifier add invert vgroup option
Adds the invert vertex group option to the smooth modifier. Setup same way as previous modifiers. Reviewed By: mont29 Differential Revision: https://developer.blender.org/D6745
This commit is contained in:

committed by
Bastien Montagne

parent
8768cd6a6a
commit
dd00e8ecd6
@@ -969,7 +969,9 @@ class DATA_PT_modifiers(ModifierButtonsPanel, Panel):
|
||||
col.prop(md, "factor")
|
||||
col.prop(md, "iterations")
|
||||
col.label(text="Vertex Group:")
|
||||
col.prop_search(md, "vertex_group", ob, "vertex_groups", text="")
|
||||
row = col.row(align=True)
|
||||
row.prop_search(md, "vertex_group", ob, "vertex_groups", text="")
|
||||
row.prop(md, "invert_vertex_group", text="", icon='ARROW_LEFTRIGHT')
|
||||
|
||||
def SOFT_BODY(self, layout, _ob, _md):
|
||||
layout.label(text="Settings are inside the Physics tab")
|
||||
|
Reference in New Issue
Block a user