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:
Campbell Barton
2025-05-07 15:47:43 +10:00
parent accc3de59e
commit 16c87b62e4
2 changed files with 4 additions and 1 deletions

View File

@@ -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")

View File

@@ -149,7 +149,6 @@ OPERATOR_IGNORE = (
"text.selection_set",
"ui.*",
"uv.rip",
"uv.rip_move",
"uv.select",
"uv.select_edge_ring",
"uv.select_lasso",