Separate uv selection operator: Y key, behaves much the same way as the mesh separate tool works.

This commit is contained in:
Campbell Barton
2012-08-09 22:43:10 +00:00
parent 7a760b4804
commit e922b72a68
2 changed files with 88 additions and 0 deletions

View File

@@ -106,6 +106,10 @@ class IMAGE_MT_select(Menu):
layout.operator("uv.select_pinned")
layout.operator("uv.select_linked")
layout.separator()
layout.operator("uv.select_split")
class IMAGE_MT_image(Menu):
bl_label = "Image"