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:
Diffstat (limited to 'release/scripts/startup/bl_ui/space_view3d.py')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 2249d2b04b8..cbae63e1f9a 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -604,6 +604,10 @@ class VIEW3D_MT_select_particle(Menu):
layout.separator()
+ layout.operator("particle.select_random")
+
+ layout.separator()
+
layout.operator("particle.select_roots", text="Roots")
layout.operator("particle.select_tips", text="Tips")
@@ -1725,6 +1729,10 @@ class VIEW3D_MT_particle_specials(Menu):
layout.separator()
+ layout.operator("particle.select_random")
+
+ layout.separator()
+
layout.operator("particle.select_more")
layout.operator("particle.select_less")