[Bf-blender-cvs] [64f43d5367a] filebrowser_redesign: Open "Volumes" panel by default

Julian Eisel noreply at git.blender.org
Tue Aug 27 14:22:09 CEST 2019


Commit: 64f43d5367a1b9cc6a74063e1216151241c06979
Author: Julian Eisel
Date:   Tue Aug 27 14:21:42 2019 +0200
Branches: filebrowser_redesign
https://developer.blender.org/rB64f43d5367a1b9cc6a74063e1216151241c06979

Open "Volumes" panel by default

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

M	release/scripts/addons
M	release/scripts/startup/bl_ui/space_filebrowser.py

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

diff --git a/release/scripts/addons b/release/scripts/addons
index 6361074c405..9d072e6ad2b 160000
--- a/release/scripts/addons
+++ b/release/scripts/addons
@@ -1 +1 @@
-Subproject commit 6361074c40587f114285542897ffc830902088d3
+Subproject commit 9d072e6ad2b0ec8c5af6013de5003d8904a0b3e7
diff --git a/release/scripts/startup/bl_ui/space_filebrowser.py b/release/scripts/startup/bl_ui/space_filebrowser.py
index eaed9a53341..ea83adad421 100644
--- a/release/scripts/startup/bl_ui/space_filebrowser.py
+++ b/release/scripts/startup/bl_ui/space_filebrowser.py
@@ -194,7 +194,6 @@ class FILEBROWSER_UL_dir(UIList):
 class FILEBROWSER_PT_bookmarks_volumes(Panel):
     bl_space_type = 'FILE_BROWSER'
     bl_region_type = 'TOOLS'
-    bl_options = {'DEFAULT_CLOSED'}
     bl_category = "Bookmarks"
     bl_label = "Volumes"



More information about the Bf-blender-cvs mailing list