col = layout.column()
col.active = ob.vertex_groups.active is not None
+ col.operator("object.vertex_group_transfer_weight", text="Transfer weight")
col.operator("object.vertex_group_normalize_all", text="Normalize All")
col.operator("object.vertex_group_normalize", text="Normalize")
col.operator("object.vertex_group_mirror", text="Mirror")