UI: tweak panels open by default

This commit is contained in:
Campbell Barton 2018-11-02 12:04:04 +11:00
parent 86b2f8ef38
commit c4c62e6df5
2 changed files with 0 additions and 2 deletions

@ -275,7 +275,6 @@ class RENDER_PT_stamp_burn(RenderOutputButtonsPanel, Panel):
class RENDER_PT_output(RenderOutputButtonsPanel, Panel):
bl_label = "Output"
bl_options = {'DEFAULT_CLOSED'}
COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_EEVEE', 'BLENDER_OPENGL'}
def draw(self, context):

@ -390,7 +390,6 @@ class RENDER_PT_eevee_shadows(RenderButtonsPanel, Panel):
class RENDER_PT_eevee_sampling(RenderButtonsPanel, Panel):
bl_label = "Sampling"
bl_options = {'DEFAULT_CLOSED'}
COMPAT_ENGINES = {'BLENDER_EEVEE'}
@classmethod