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>2011-10-26 15:15:51 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2011-10-26 15:15:51 +0400
commit334f35b1e307aaafd137c53a0a041b7a03c265ff (patch)
treebbe22b1e61029f119fa150091a8fcd681f0370ab /space_view3d_spacebar_menu.py
parentd7d97b77592d702aaac4ab7b7e08e509bd7c4387 (diff)
updates for add speaker object
Diffstat (limited to 'space_view3d_spacebar_menu.py')
-rw-r--r--space_view3d_spacebar_menu.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/space_view3d_spacebar_menu.py b/space_view3d_spacebar_menu.py
index 4c631868..52f8085a 100644
--- a/space_view3d_spacebar_menu.py
+++ b/space_view3d_spacebar_menu.py
@@ -21,9 +21,9 @@
bl_info = {
"name": "Dynamic Spacebar Menu",
"author": "JayDez, sim88, meta-androcto, sam",
- "version": (1, 7, 2),
- "blender": (2, 5, 9),
- "api": 39685,
+ "version": (1, 7, 3),
+ "blender": (2, 6, 0),
+ "api": 41287,
"location": "View3D > Spacebar Key",
"description": "Context Sensitive Spacebar Menu",
"warning": "",
@@ -663,7 +663,8 @@ class VIEW3D_MT_AddMenu(bpy.types.Menu):
layout.operator("object.add", text="Add Empty",
icon='OUTLINER_OB_EMPTY')
layout.separator()
-
+ layout.operator("object.speaker_add", text="Speaker", icon='OUTLINER_OB_SPEAKER')
+ layout.separator()
layout.operator("object.camera_add", text="Camera",
icon='OUTLINER_OB_CAMERA')
layout.operator_menu_enum("object.lamp_add", "type",