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.
This commit is contained in:
Pablo Vazquez 2018-11-02 02:29:09 +01:00
parent 034e777038
commit 1f4068214f
Notes: blender-bot 2023-02-14 07:39:46 +01:00
Referenced by issue #57574, The 'View' text and gizmos are not visible on a bright background
1 changed files with 0 additions and 1 deletions

View File

@ -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)