Merged revision(s) 57671-57767 from trunk/blender into soc-2013-dingto

This commit is contained in:
Thomas Dinges
2013-06-26 11:46:55 +00:00
175 changed files with 1350 additions and 868 deletions

View File

@@ -1317,8 +1317,8 @@ class VIEW3D_MT_vertex_group(Menu):
if ob.vertex_groups.active:
layout.separator()
layout.operator("object.vertex_group_assign", text="Assign to Active Group").new = False
layout.operator("object.vertex_group_remove_from", text="Remove from Active Group").all = False
layout.operator("object.vertex_group_remove_from", text="Remove from All").all = True
layout.operator("object.vertex_group_remove_from", text="Remove from Active Group").use_all_groups = False
layout.operator("object.vertex_group_remove_from", text="Remove from All").use_all_groups = True
layout.separator()
if ob.vertex_groups.active: