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-02-11 06:40:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-11 06:40:27 +0300
commit0dad04903bdb39ff845a7452415a248d99f60ffa (patch)
treef4890434f42f9acf59f4cffb3c1cf770aab00ace /space_view3d_copy_attributes.py
parent6420f4bf6ef0f700e8bc07be4cb52424e49f9197 (diff)
all modules now register and unregister without errors.
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 4c1babb1..8b622c3d 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -765,7 +765,7 @@ def unregister():
item.idname = 'pose.copy'
break
for menu in _layer_menus:
- bpy.types.unregister(menu)
+ bpy.utils.unregister_class(menu)
bpy.types.DATA_PT_texface.remove(_add_tface_buttons)
km = bpy.context.window_manager.keyconfigs.active.keymaps['Mesh']
for kmi in km.items: