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
diff options
context:
space:
mode:
authorWilliam Reynish <billrey@me.com>2019-03-01 12:45:59 +0300
committerWilliam Reynish <billrey@me.com>2019-03-01 12:45:59 +0300
commit31509461f18009bc4be7a978dfb5708d1ac46d22 (patch)
tree6c2bfc0923d1975649f0387794d21e3f615c0f57
parent2a731adae7d481b258e551db30c640660e81b4ea (diff)
UI: Make Auto Smooth panel open by default
-rw-r--r--release/scripts/startup/bl_ui/properties_data_mesh.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_data_mesh.py b/release/scripts/startup/bl_ui/properties_data_mesh.py
index aae65044dc1..435217feae6 100644
--- a/release/scripts/startup/bl_ui/properties_data_mesh.py
+++ b/release/scripts/startup/bl_ui/properties_data_mesh.py
@@ -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):