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:
authorJason van Gumster <jason@monsterjavaguns.com>2014-01-04 23:55:23 +0400
committerJason van Gumster <jason@monsterjavaguns.com>2014-01-04 23:55:23 +0400
commit634402859c0486d9f21e35d7bfe78a29a604b7e8 (patch)
treefe280cea9226d671ef3cbd3db6e603db8a4b76ad /object_edit_linked.py
parente1aa86422fd7b4658caf21511e85c6df8027437d (diff)
Updated add-on to support the new tabs in the Tool Shelf.
The Edit Linked Library panel now only appears in the Relations tab
Diffstat (limited to 'object_edit_linked.py')
-rw-r--r--object_edit_linked.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/object_edit_linked.py b/object_edit_linked.py
index e880b9fd..d5ea8399 100644
--- a/object_edit_linked.py
+++ b/object_edit_linked.py
@@ -158,6 +158,7 @@ class PanelLinkedEdit(bpy.types.Panel):
bl_label = "Edit Linked Library"
bl_space_type = "VIEW_3D"
bl_region_type = "TOOLS"
+ bl_category = "Relations"
@classmethod
def poll(cls, context):