[Bf-blender-cvs] [1f4068214f6] blender2.8: UI Cycles: Open "Sampling" panel by default

Pablo Vazquez noreply at git.blender.org
Fri Nov 2 02:29:16 CET 2018


Commit: 1f4068214f6efa79d71419dba1b2a89b9179405b
Author: Pablo Vazquez
Date:   Fri Nov 2 02:29:09 2018 +0100
Branches: blender2.8
https://developer.blender.org/rB1f4068214f6efa79d71419dba1b2a89b9179405b

UI Cycles: Open "Sampling" panel by default

Now that the Dimensions panel moved to Output, we can have the Sampling panel as the only one open by default.

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

M	intern/cycles/blender/addon/ui.py

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

diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py
index 9f7230e0a53..aa6d497b997 100644
--- a/intern/cycles/blender/addon/ui.py
+++ b/intern/cycles/blender/addon/ui.py
@@ -143,7 +143,6 @@ def draw_samples_info(layout, context):
 
 class CYCLES_RENDER_PT_sampling(CyclesButtonsPanel, Panel):
     bl_label = "Sampling"
-    bl_options = {'DEFAULT_CLOSED'}
 
     def draw_header_preset(self, context):
         CYCLES_PT_sampling_presets.draw_panel_header(self.layout)



More information about the Bf-blender-cvs mailing list