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_copy_attributes.py
parentdb70de6f3b9da3358b72018d25598823c4f041c7 (diff)
more updates for recent changes in blender.
Diffstat (limited to 'space_view3d_copy_attributes.py')
-rw-r--r--space_view3d_copy_attributes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index a46383a2..18bc6937 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -762,7 +762,7 @@ def unregister():
''' mostly to remove the keymap '''
kms = bpy.context.window_manager.keyconfigs['Blender'].keymaps['Pose']
- for item in kms.items:
+ for item in kms.keymap_items:
if item.name == 'Call Menu' and item.idname == 'wm.call_menu' and \
item.properties.name == 'VIEW3D_MT_posecopypopup':
item.idname = 'pose.copy'