Lattice Editmode: Select Mirror

patch originally by Philipp Oeser with some edits.
This commit is contained in:
2013-12-09 15:40:41 +11:00
parent 5bd9730b17
commit 85ce444455
6 changed files with 85 additions and 0 deletions

View File

@@ -746,6 +746,7 @@ class VIEW3D_MT_select_edit_lattice(Menu):
layout.separator()
layout.operator("lattice.select_mirror")
layout.operator("lattice.select_random")
layout.operator("lattice.select_all").action = 'TOGGLE'
layout.operator("lattice.select_all", text="Inverse").action = 'INVERT'