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:
authorBrendon Murphy <meta.androcto1@gmail.com>2010-06-22 16:30:04 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2010-06-22 16:30:04 +0400
commit50fb87c812552853c828df3c1f754f14bb76aa23 (patch)
treee64555bb7c639a6baf7dfdb93a757d86a03cb70e /space_view3d_spacebar_menu.py
parenta1566caa0ac0ee6609c89f832eaaeba224a67ca7 (diff)
fix in add menu, surface updated to current api call.
Diffstat (limited to 'space_view3d_spacebar_menu.py')
-rw-r--r--space_view3d_spacebar_menu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/space_view3d_spacebar_menu.py b/space_view3d_spacebar_menu.py
index 932aa73a..e3abd351 100644
--- a/space_view3d_spacebar_menu.py
+++ b/space_view3d_spacebar_menu.py
@@ -694,7 +694,7 @@ class VIEW3D_MT_AddMenu(bpy.types.Menu):
icon='OUTLINER_OB_MESH')
layout.menu("INFO_MT_curve_add", text="Add Curve",
icon='OUTLINER_OB_CURVE')
- layout.operator_menu_enum("object.surface_add", "type",
+ layout.menu("INFO_MT_surface_add", text="Add Surface",
icon='OUTLINER_OB_SURFACE')
layout.operator_menu_enum("object.metaball_add", "type",
icon='OUTLINER_OB_META')