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:
authorJeroen Bakker <j.bakker@atmind.nl>2018-05-30 21:34:29 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2018-05-30 21:34:29 +0300
commitf5f25b843ee0edd559187abcfaf4fefbf1901d86 (patch)
tree4403ffa0d00b47c1e106f1c7c1813c71cd441586 /release
parenteb0fcd4574aaac732045058dce71a17f6900384c (diff)
Removed Object color from workbench. Added Highlights to FLAT shading.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py4
1 files changed, 2 insertions, 2 deletions
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()