Rework/New: Object & Mesh Select Pies #21
@ -23,9 +23,9 @@ class PIE_MT_object_selection(Menu):
|
||||
# 8 - TOP
|
||||
pie.operator("object.select_grouped", text="Parent", icon='FILE_PARENT').type='PARENT'
|
||||
# 7 - TOP - LEFT
|
||||
pie.operator("object.select_grouped", text="Siblings", icon='PARTICLES').type='SIBLINGS'
|
||||
# 9 - TOP - RIGHT
|
||||
pie.operator("object.select_all", text="Invert Selection", icon='CLIPUV_DEHLT').action='INVERT'
|
||||
# 9 - TOP - RIGHT
|
||||
pie.operator("object.select_grouped", text="Siblings", icon='PARTICLES').type='SIBLINGS'
|
||||
# 1 - BOTTOM - LEFT
|
||||
pie.operator("object.select_grouped", text="All Children", icon='OUTLINER').type='CHILDREN_RECURSIVE'
|
||||
# 3 - BOTTOM - RIGHT
|
||||
@ -48,9 +48,9 @@ class PIE_MT_mesh_selection(Menu):
|
||||
# 8 - TOP
|
||||
pie.operator("mesh.select_more", text="Select More", icon='ADD')
|
||||
# 7 - TOP - LEFT
|
||||
pie.operator("mesh.select_linked", text="Select Linked", icon='FILE_3D')
|
||||
# 9 - TOP - RIGHT
|
||||
pie.operator("mesh.select_all", text="Invert Selection", icon='CLIPUV_DEHLT').action='INVERT'
|
||||
# 9 - TOP - RIGHT
|
||||
pie.operator("mesh.select_linked", text="Select Linked", icon='FILE_3D')
|
||||
# 1 - BOTTOM - LEFT
|
||||
pie.separator()
|
||||
# 3 - BOTTOM - RIGHT
|
||||
|
Loading…
Reference in New Issue
Block a user