Rework/New: Object & Mesh Select Pies #21

Merged
Demeter Dzadik merged 10 commits from selection_pies into main 2024-09-08 13:06:57 +02:00
Showing only changes of commit e05d10736d - Show all commits

View File

@ -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