UI: Clarify Laplacian Deform
- Match UI Style - Clarify that the vertex group is different then other modifiers
This commit is contained in:
@@ -494,13 +494,9 @@ class DATA_PT_modifiers(ModifierButtonsPanel, Panel):
|
||||
|
||||
layout.prop(md, "iterations")
|
||||
|
||||
row = layout.row()
|
||||
row.active = not is_bind
|
||||
row.label(text="Anchors Vertex Group:")
|
||||
|
||||
row = layout.row()
|
||||
row = layout.row(align=True)
|
||||
row.enabled = not is_bind
|
||||
row.prop_search(md, "vertex_group", ob, "vertex_groups", text="")
|
||||
row.prop_search(md, "vertex_group", ob, "vertex_groups")
|
||||
row.prop(md, "invert_vertex_group", text="", icon='ARROW_LEFTRIGHT')
|
||||
|
||||
layout.separator()
|
||||
|
Reference in New Issue
Block a user