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:
authorDalai Felinto <dfelinto@gmail.com>2018-10-24 02:40:19 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-10-24 02:40:19 +0300
commit134db5618ae7cff626f9f201bb1037aa71c5d1e8 (patch)
tree3f1574c9f9ca9c0686bc5de7562d7204b0ca64fc
parent9f1857002e2b28dfd71e9237b2e92b873f87d082 (diff)
Lattice UI: Add select more/less to menu
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 5cdeb2090be..cdf908df87d 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -1188,6 +1188,11 @@ class VIEW3D_MT_select_edit_lattice(Menu):
layout.separator()
+ layout.operator("lattice.select_more")
+ layout.operator("lattice.select_less")
+
+ layout.separator()
+
layout.operator("lattice.select_ungrouped", text="Ungrouped Verts")