Skip to content
Snippets Groups Projects
Commit 63440285 authored by Jason van Gumster's avatar Jason van Gumster
Browse files

Updated add-on to support the new tabs in the Tool Shelf.

The Edit Linked Library panel now only appears in the Relations tab
parent e1aa8642
No related branches found
No related tags found
No related merge requests found
...@@ -158,6 +158,7 @@ class PanelLinkedEdit(bpy.types.Panel): ...@@ -158,6 +158,7 @@ class PanelLinkedEdit(bpy.types.Panel):
bl_label = "Edit Linked Library" bl_label = "Edit Linked Library"
bl_space_type = "VIEW_3D" bl_space_type = "VIEW_3D"
bl_region_type = "TOOLS" bl_region_type = "TOOLS"
bl_category = "Relations"
@classmethod @classmethod
def poll(cls, context): def poll(cls, context):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment