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/ui/space_view3d.py')
-rw-r--r--release/scripts/ui/space_view3d.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/release/scripts/ui/space_view3d.py b/release/scripts/ui/space_view3d.py
index bb369b5aa22..4e394839166 100644
--- a/release/scripts/ui/space_view3d.py
+++ b/release/scripts/ui/space_view3d.py
@@ -186,6 +186,8 @@ class VIEW3D_MT_mirror(bpy.types.Menu):
props.constraint_axis = (False, False, True)
props.constraint_orientation = 'LOCAL'
+ layout.operator("object.vertex_group_mirror")
+
class VIEW3D_MT_snap(bpy.types.Menu):
bl_label = "Snap"
@@ -898,6 +900,7 @@ class VIEW3D_MT_particle(bpy.types.Menu):
layout.operator("particle.subdivide")
layout.operator("particle.rekey")
+ layout.operator("particle.weight_set")
layout.separator()