- added particle select_inverse
- added select root/tip to the select menu - selection drawing updates for select more/less were not working
This commit is contained in:
@@ -306,12 +306,18 @@ class VIEW3D_MT_select_particle(bpy.types.Menu):
|
||||
|
||||
layout.itemO("particle.select_all_toggle", text="Select/Deselect All")
|
||||
layout.itemO("particle.select_linked")
|
||||
layout.itemO("particle.select_inverse")
|
||||
|
||||
layout.itemS()
|
||||
|
||||
layout.itemO("particle.select_more")
|
||||
layout.itemO("particle.select_less")
|
||||
|
||||
layout.itemS()
|
||||
|
||||
layout.itemO("particle.select_first", text="Roots")
|
||||
layout.itemO("particle.select_last", text="Tips")
|
||||
|
||||
|
||||
class VIEW3D_MT_select_edit_mesh(bpy.types.Menu):
|
||||
bl_label = "Select"
|
||||
|
||||
Reference in New Issue
Block a user