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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-08-09 09:17:40 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-08-09 09:17:40 +0400
commitc5639d0a35ae0aabb00adec23a7af6f60a3b8bbb (patch)
treea3fef8621d4ed77bd71eb2b74464276619083b44 /space_view3d_spacebar_menu.py
parent2b1468ecc42e454f849d0e15a0add1cfa4c17efd (diff)
add items to spacebar menu
Diffstat (limited to 'space_view3d_spacebar_menu.py')
-rw-r--r--space_view3d_spacebar_menu.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/space_view3d_spacebar_menu.py b/space_view3d_spacebar_menu.py
index 46a8a4a4..3668ed97 100644
--- a/space_view3d_spacebar_menu.py
+++ b/space_view3d_spacebar_menu.py
@@ -1165,7 +1165,9 @@ class VIEW3D_MT_EditCurveSpecials(bpy.types.Menu):
layout.operator("curve.spline_weight_set")
layout.operator("curve.radius_set")
layout.operator("curve.smooth")
+ layout.operator("curve.smooth_weight")
layout.operator("curve.smooth_radius")
+ layout.operator("curve.smooth_tilt")
class VIEW3D_MT_EditArmatureTK(bpy.types.Menu):
bl_label = "Armature Tools"