[Bf-extensions-cvs] [5968d9a] master: Amaranth: Fix for changes on File Browser

Pablo Vazquez noreply at git.blender.org
Sat Feb 14 16:44:06 CET 2015


Commit: 5968d9a25fdcf210a1e75de7625af7a5f37a6c2f
Author: Pablo Vazquez
Date:   Sat Feb 14 16:43:31 2015 +0100
Branches: master
https://developer.blender.org/rBAC5968d9a25fdcf210a1e75de7625af7a5f37a6c2f

Amaranth: Fix for changes on File Browser

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

M	scene_amaranth_toolset.py

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

diff --git a/scene_amaranth_toolset.py b/scene_amaranth_toolset.py
index 4dcff34..094c81c 100755
--- a/scene_amaranth_toolset.py
+++ b/scene_amaranth_toolset.py
@@ -477,7 +477,8 @@ def button_directory_current_blend(self, context):
 # FEATURE: Libraries panel on file browser
 class AMTH_FILE_PT_libraries(Panel):
     bl_space_type = 'FILE_BROWSER'
-    bl_region_type = 'CHANNELS'
+    bl_region_type = 'TOOLS'
+    bl_category = "Bookmarks"
     bl_label = "Libraries"
 
     def draw(self, context):



More information about the Bf-extensions-cvs mailing list