code cleanup and add mball select similar into the menu

This commit is contained in:
Campbell Barton 2013-10-25 06:22:15 +00:00
parent 93edbf3510
commit 5b6e6b7285
2 changed files with 6 additions and 2 deletions

@ -716,6 +716,10 @@ class VIEW3D_MT_select_edit_metaball(Menu):
layout.operator("mball.select_random_metaelems")
layout.separator()
layout.operator_menu_enum("mball.select_similar", "type", text="Similar")
class VIEW3D_MT_select_edit_lattice(Menu):
bl_label = "Select"