UI: Make Auto Smooth panel open by default

This commit is contained in:
William Reynish
2019-03-01 10:45:59 +01:00
parent 2a731adae7
commit 31509461f1

View File

@@ -187,7 +187,6 @@ class DATA_PT_normals(MeshButtonsPanel, Panel):
class DATA_PT_normals_auto_smooth(MeshButtonsPanel, Panel):
bl_label = "Auto Smooth"
bl_parent_id = "DATA_PT_normals"
bl_options = {'DEFAULT_CLOSED'}
COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_EEVEE', 'BLENDER_WORKBENCH'}
def draw_header(self, context):