From f5f25b843ee0edd559187abcfaf4fefbf1901d86 Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Wed, 30 May 2018 20:34:29 +0200 Subject: Removed Object color from workbench. Added Highlights to FLAT shading. --- release/scripts/startup/bl_ui/space_view3d.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release') diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py index 05714921b7a..fbbb169a64a 100644 --- a/release/scripts/startup/bl_ui/space_view3d.py +++ b/release/scripts/startup/bl_ui/space_view3d.py @@ -3527,8 +3527,8 @@ class VIEW3D_PT_shading(Panel): if shading.studio_light_orientation == 'WORLD': col.row().prop(shading, "studiolight_rot_z") - row = col.row() - row.prop(shading, "show_specular_highlight") + row = col.row() + row.prop(shading, "show_specular_highlight") col.separator() -- cgit v1.2.3