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>2011-03-26 12:37:44 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-03-26 12:37:44 +0300
commit18a43e4e34cd43a807ac783ee41887f8c238d64d (patch)
treea66b6f2bdfdaf9fd299529f7f78608463f39f94b /space_view3d_spacebar_menu.py
parentdb70de6f3b9da3358b72018d25598823c4f041c7 (diff)
more updates for recent changes in blender.
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 98bcadf3..388f92ae 100644
--- a/space_view3d_spacebar_menu.py
+++ b/space_view3d_spacebar_menu.py
@@ -1550,7 +1550,7 @@ def unregister():
bpy.utils.unregister_module(__name__)
km = bpy.context.window_manager.keyconfigs.default.keymaps['3D View']
- for kmi in km.items:
+ for kmi in km.keymap_items:
if kmi.idname == 'wm.call_menu':
if kmi.properties.name == "VIEW3D_MT_Space_Dynamic_Menu":
km.items.remove(kmi)