[Bf-extensions-cvs] [6344028] master: Updated add-on to support the new tabs in the Tool Shelf.

Jason van Gumster noreply at git.blender.org
Sat Jan 4 20:55:39 CET 2014


Commit: 634402859c0486d9f21e35d7bfe78a29a604b7e8
Author: Jason van Gumster
Date:   Sat Jan 4 14:55:23 2014 -0500
https://developer.blender.org/rBA634402859c0486d9f21e35d7bfe78a29a604b7e8

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

The Edit Linked Library panel now only appears in the Relations tab

===================================================================

M	object_edit_linked.py

===================================================================

diff --git a/object_edit_linked.py b/object_edit_linked.py
index e880b9f..d5ea839 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):



More information about the Bf-extensions-cvs mailing list