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:
authorRainer Trummer <aliasguru>2019-03-25 12:48:53 +0300
committerJacques Lucke <mail@jlucke.com>2019-03-25 12:48:53 +0300
commit40cf5c253eee0657bec2e29742c2c261dcd55f2d (patch)
treedcb4758ba94ad22b10c589b9fc358f8e69d31b9c /object_edit_linked.py
parent5ae815cbc321dcc1c60224293ded7849940052a7 (diff)
Fix 'Edit Linked Library' failing to register
Differential Revision: https://developer.blender.org/D4584
Diffstat (limited to 'object_edit_linked.py')
-rw-r--r--object_edit_linked.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/object_edit_linked.py b/object_edit_linked.py
index 0077fb50..e8e9be99 100644
--- a/object_edit_linked.py
+++ b/object_edit_linked.py
@@ -242,7 +242,6 @@ class VIEW3D_PT_PanelLinkedEdit(bpy.types.Panel):
class TOPBAR_MT_edit_linked_submenu(bpy.types.Menu):
bl_label = 'Edit Linked Library'
- bl_idname = 'view3d.TOPBAR_MT_edit_linked_submenu'
def draw(self, context):
self.layout.separator()