Modifiers: Weld Modifier add invert vgroup option
Adds the invert vgroup option to the weld modifier. Differential Revision: https://developer.blender.org/D6818
This commit is contained in:
@@ -1498,7 +1498,9 @@ class DATA_PT_modifiers(ModifierButtonsPanel, Panel):
|
||||
def WELD(self, layout, ob, md):
|
||||
layout.prop(md, "merge_threshold", text="Distance")
|
||||
layout.prop(md, "max_interactions")
|
||||
layout.prop_search(md, "vertex_group", ob, "vertex_groups")
|
||||
row = layout.row(align=True)
|
||||
row.prop_search(md, "vertex_group", ob, "vertex_groups")
|
||||
row.prop(md, "invert_vertex_group", text="", icon='ARROW_LEFTRIGHT')
|
||||
|
||||
def DATA_TRANSFER(self, layout, ob, md):
|
||||
row = layout.row(align=True)
|
||||
|
||||
Reference in New Issue
Block a user