[Bf-blender-cvs] [1d8531e3db3] master: UI: Open 'Passes' panel by default in EEVEE.

Pablo Vazquez noreply at git.blender.org
Thu May 2 14:37:44 CEST 2019


Commit: 1d8531e3db320618b1143c23c0b5dcf3f7e14efb
Author: Pablo Vazquez
Date:   Thu May 2 14:36:14 2019 +0200
Branches: master
https://developer.blender.org/rB1d8531e3db320618b1143c23c0b5dcf3f7e14efb

UI: Open 'Passes' panel by default in EEVEE.

This panel is arguably the most important in the ViewLayer properties, so
the concept of "1 panel open per context" doesn't work. Especially since
the first panel (View Layer) contains only two settings.

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

M	release/scripts/startup/bl_ui/properties_view_layer.py

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

diff --git a/release/scripts/startup/bl_ui/properties_view_layer.py b/release/scripts/startup/bl_ui/properties_view_layer.py
index 639e31c85ad..121b8f2f401 100644
--- a/release/scripts/startup/bl_ui/properties_view_layer.py
+++ b/release/scripts/startup/bl_ui/properties_view_layer.py
@@ -56,7 +56,6 @@ class VIEWLAYER_PT_layer(ViewLayerButtonsPanel, Panel):
 
 class VIEWLAYER_PT_eevee_layer_passes(ViewLayerButtonsPanel, Panel):
     bl_label = "Passes"
-    bl_options = {'DEFAULT_CLOSED'}
     COMPAT_ENGINES = {'BLENDER_EEVEE'}
 
     def draw(self, context):



More information about the Bf-blender-cvs mailing list