[Bf-blender-cvs] [92b8d7019b4] master: UI: Make UV Editor contextual menu more consistent with 3D View

Aaron Carlisle noreply at git.blender.org
Fri Sep 4 04:28:05 CEST 2020


Commit: 92b8d7019b4b484dc3120b26a27a59a3c7dc5489
Author: Aaron Carlisle
Date:   Thu Sep 3 22:27:39 2020 -0400
Branches: master
https://developer.blender.org/rB92b8d7019b4b484dc3120b26a27a59a3c7dc5489

UI: Make UV Editor contextual menu more consistent with 3D View

Follow up on rB12716e6b9fc74bd53be39ec7aab16ca8d43f0593

See also: rB62774badeda7d13fd3c6af57c632ff3167a608d7

===================================================================

M	release/scripts/startup/bl_ui/space_image.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_image.py b/release/scripts/startup/bl_ui/space_image.py
index 3aedc04af88..c63b0768957 100644
--- a/release/scripts/startup/bl_ui/space_image.py
+++ b/release/scripts/startup/bl_ui/space_image.py
@@ -499,9 +499,9 @@ class IMAGE_MT_uvs_context_menu(Menu):
             layout.separator()
 
             # Remove
-            layout.operator("uv.remove_doubles", text="Merge By Distance")
+            layout.menu("IMAGE_MT_uvs_merge")
             layout.operator("uv.stitch")
-            layout.operator("uv.weld")
+            layout.menu("IMAGE_MT_uvs_split")
 
 
 class IMAGE_MT_pivot_pie(Menu):



More information about the Bf-blender-cvs mailing list