UV: select overlap operator

New operator to select overlapping UV's,
from all visible edit-mesh UV's.

D5421 @deadpin with edits.
This commit is contained in:
Campbell Barton
2019-08-08 01:25:54 +10:00
parent 3e27dd5b55
commit dafecfa683
2 changed files with 245 additions and 0 deletions

View File

@@ -176,6 +176,7 @@ class IMAGE_MT_select(Menu):
layout.separator()
layout.operator("uv.select_split")
layout.operator("uv.select_overlap")
class IMAGE_MT_brush(Menu):