Edit linked library: move panel from View to Item tab

Differential Revision: https://developer.blender.org/D4761
This commit is contained in:
Sebastian Koenig 2019-05-03 14:23:32 +02:00 committed by Brecht Van Lommel
parent 934b32af8e
commit 17de4c6063
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ class VIEW3D_PT_PanelLinkedEdit(bpy.types.Panel):
bl_label = "Edit Linked Library"
bl_space_type = "VIEW_3D"
bl_region_type = 'UI'
bl_category = "View"
bl_category = "Item"
bl_context = 'objectmode'
@classmethod