Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-05-12 06:53:46 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-12 06:53:46 +0300
commitbff679f8f9c5b70840818e3628b1141a8c89e605 (patch)
tree914192a4f5ebbdf1a577b5ea2bf161c70c7ba8c2 /release
parent8770f3530592d8fa7fea52a37666c2680d553d3a (diff)
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.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py1
1 files changed, 1 insertions, 0 deletions
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()