Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/properties_data_modifier.py
| Context not available. | |||||
| col.prop(md, "target", text="") | col.prop(md, "target", text="") | ||||
| col = split.column() | col = split.column() | ||||
| col.label(text="Vertex Group:") | 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') | |||||
| split = layout.split() | split = layout.split() | ||||
| Context not available. | |||||
| col = split.column() | col = split.column() | ||||
| col.label(text="Vertex Group:") | 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') | |||||
| split = layout.split() | split = layout.split() | ||||
| Context not available. | |||||