Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-04-18 20:14:19 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-04-18 20:53:18 +0300
commitda1b519d829b8caca440c9cd6712e92e5436a5c0 (patch)
treefc803a605f9e1cd5b36235491103a0fbd2c76101 /release
parent8326d59dbb0a7acc4a0dea003ca96cabec6be96f (diff)
UI: collapse 3D view collections visibility panel by default.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index e987ef9b6db..d16a50cc3d1 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -4387,6 +4387,7 @@ class VIEW3D_PT_collections(Panel):
bl_region_type = 'UI'
bl_category = "View"
bl_label = "Collections Visibility"
+ bl_options = {'DEFAULT_CLOSED'}
def _draw_collection(self, layout, view_layer, collection, index):
need_separator = index