Modifiers: Wave add invert vgroup option
Adds the invert vgroup option to the Wave modifier. Differential Revision: https://developer.blender.org/D6893
This commit is contained in:
@@ -1217,7 +1217,9 @@ class DATA_PT_modifiers(ModifierButtonsPanel, Panel):
|
||||
layout.separator()
|
||||
|
||||
layout.prop(md, "start_position_object")
|
||||
layout.prop_search(md, "vertex_group", ob, "vertex_groups")
|
||||
row = layout.row(align=True)
|
||||
row.prop_search(md, "vertex_group", ob, "vertex_groups", text="")
|
||||
row.prop(md, "invert_vertex_group", text="", icon='ARROW_LEFTRIGHT')
|
||||
split = layout.split(factor=0.33)
|
||||
col = split.column()
|
||||
col.label(text="Texture")
|
||||
|
Reference in New Issue
Block a user