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:
authorWilliam Reynish <billreynish>2018-10-18 13:13:06 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-18 13:14:25 +0300
commitb3814d8645a1f232478210d8a5ae00c101d8b045 (patch)
tree0dfac0087f9d795af2d0a2a661d03aaa2822de2d /intern
parent108475dc019d0b7f7c1f20acdd528832edc88901 (diff)
UI: closure some more panels by default, leaving open mostly 1 per tab.
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/blender/addon/ui.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py
index 2b8702bd5ba..e12ca060058 100644
--- a/intern/cycles/blender/addon/ui.py
+++ b/intern/cycles/blender/addon/ui.py
@@ -709,6 +709,7 @@ class CYCLES_RENDER_PT_performance_viewport(CyclesButtonsPanel, Panel):
class CYCLES_RENDER_PT_filter(CyclesButtonsPanel, Panel):
bl_label = "Filter"
+ bl_options = {'DEFAULT_CLOSED'}
bl_context = "view_layer"
def draw(self, context):
@@ -1830,6 +1831,7 @@ class CYCLES_RENDER_PT_debug(CyclesButtonsPanel, Panel):
class CYCLES_SCENE_PT_simplify(CyclesButtonsPanel, Panel):
bl_label = "Simplify"
bl_context = "scene"
+ bl_options = {'DEFAULT_CLOSED'}
COMPAT_ENGINES = {'CYCLES'}
def draw_header(self, context):