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
path: root/intern
diff options
context:
space:
mode:
authorPablo Vazquez <venomgfx@gmail.com>2018-11-02 04:29:09 +0300
committerPablo Vazquez <venomgfx@gmail.com>2018-11-02 04:29:09 +0300
commit1f4068214f6efa79d71419dba1b2a89b9179405b (patch)
treec6dd7a6bbf03860637b84610bec6f37d3901d552 /intern
parent034e7770380f71f3832f811e147a2a19df8d4734 (diff)
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.
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/blender/addon/ui.py1
1 files changed, 0 insertions, 1 deletions
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)