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>2013-07-19 14:44:39 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-07-19 14:44:39 +0400
commitdf299ab50015ec99ff507cc89e57b061405c6cda (patch)
treef0a85f6e0cbbef9cac45e5d1949579c03df0b000 /release
parent02468b290a9c4246767ed4d1fcaa222de71d1ad5 (diff)
patch [#36032] Quick Hack lattice random selection
by Andrey Dubravin (daa)
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 7fe8d334572..4eb4ae380cd 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -723,6 +723,7 @@ class VIEW3D_MT_select_edit_lattice(Menu):
layout.separator()
+ layout.operator("lattice.select_random")
layout.operator("lattice.select_all").action = 'TOGGLE'
layout.operator("lattice.select_all", text="Inverse").action = 'INVERT'