UI: include rip in the UV menu
The shortcut for this operator wasn't discoverable. Show this in the menu as done with with edit-mesh rip.
This commit is contained in:
@@ -444,6 +444,10 @@ class IMAGE_MT_uvs(Menu):
|
||||
|
||||
layout.separator()
|
||||
|
||||
layout.operator("uv.rip_move")
|
||||
|
||||
layout.separator()
|
||||
|
||||
layout.prop(uv, "use_live_unwrap")
|
||||
layout.menu("IMAGE_MT_uvs_unwrap")
|
||||
|
||||
|
||||
@@ -149,7 +149,6 @@ OPERATOR_IGNORE = (
|
||||
"text.selection_set",
|
||||
"ui.*",
|
||||
"uv.rip",
|
||||
"uv.rip_move",
|
||||
"uv.select",
|
||||
"uv.select_edge_ring",
|
||||
"uv.select_lasso",
|
||||
|
||||
Reference in New Issue
Block a user