Added 'clear active group' to object data properties -> Vertex Groups -> pulldown menu
This commit is contained in:
@@ -34,8 +34,9 @@ class MESH_MT_vertex_group_specials(Menu):
|
||||
layout.operator("object.vertex_group_copy_to_linked", icon='LINK_AREA')
|
||||
layout.operator("object.vertex_group_copy_to_selected", icon='LINK_AREA')
|
||||
layout.operator("object.vertex_group_mirror", icon='ARROW_LEFTRIGHT')
|
||||
layout.operator("object.vertex_group_remove", icon='X', text="Delete All Vertex Groups").all = True
|
||||
layout.operator("object.vertex_group_remove_from", icon='X', text="Remove Selected from All Vertex Groups").all = True
|
||||
layout.operator("object.vertex_group_remove_from", icon='X', text="Remove from All Groups").use_all_groups = True
|
||||
layout.operator("object.vertex_group_remove_from", icon='X', text="Clear Active Group").use_all_verts = True
|
||||
layout.operator("object.vertex_group_remove", icon='X', text="Delete All Groups").all = True
|
||||
layout.separator()
|
||||
layout.operator("object.vertex_group_lock", icon='LOCKED', text="Lock All").action = 'LOCK'
|
||||
layout.operator("object.vertex_group_lock", icon='UNLOCKED', text="UnLock All").action = 'UNLOCK'
|
||||
|
Reference in New Issue
Block a user