[Bf-blender-cvs] [bff679f8f9c] blender-v2.83-release: UI: add offset edge slide to edge menu

Campbell Barton noreply at git.blender.org
Tue May 12 05:58:50 CEST 2020


Commit: bff679f8f9c5b70840818e3628b1141a8c89e605
Author: Campbell Barton
Date:   Tue May 12 13:53:46 2020 +1000
Branches: blender-v2.83-release
https://developer.blender.org/rBbff679f8f9c5b70840818e3628b1141a8c89e605

UI: add offset edge slide to edge menu

This was only available in the context menu which only shows
when the selection was set to edge-mode, even though this
works in other modes.

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

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

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

diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 5d47566d880..fca4cb4c321 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -4005,6 +4005,7 @@ class VIEW3D_MT_edit_mesh_edges(Menu):
         layout.separator()
 
         layout.operator("transform.edge_slide")
+        layout.operator("mesh.offset_edge_loops_slide")
 
         layout.separator()



More information about the Bf-blender-cvs mailing list