remove duplicate operator,
select-split and unlink-selection did the same thing, keep select split since it fits closer to mesh editmode and single key access (Ykey).
This commit is contained in:
@@ -106,7 +106,7 @@ class IMAGE_MT_select(Menu):
|
||||
|
||||
layout.operator("uv.select_all").action = 'TOGGLE'
|
||||
layout.operator("uv.select_all", text="Inverse").action = 'INVERT'
|
||||
layout.operator("uv.unlink_selected")
|
||||
layout.operator("uv.select_split")
|
||||
|
||||
layout.separator()
|
||||
|
||||
|
Reference in New Issue
Block a user