Lattice Editmode: Select Mirror
patch originally by Philipp Oeser with some edits.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user