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-02-17 08:05:16 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-02-17 08:05:16 +0400
commitaf733e2d02e1c32a73559c4063bb01db0867dc2a (patch)
tree24c4aa2c71b5e485d4c9ac0fdfdd82580ce2a62d
parentbba9561faf73f39e835ff4b44b0c10e3ae929a92 (diff)
was comparing against wrong enum.
-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 57325558..547d704e 100644
--- a/space_view3d_spacebar_menu.py
+++ b/space_view3d_spacebar_menu.py
@@ -509,7 +509,7 @@ class VIEW3D_MT_Space_Dynamic_Menu(bpy.types.Menu):
layout.operator("object.mode_set", text="Enter Object Mode",
icon='OBJECT_DATA')
- elif ob.mode == 'EDIT_ARMATURE':
+ elif ob.mode == 'EDIT':
# Armature menu
# Search Menu