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:
authorCampbell Barton <ideasman42@gmail.com>2018-05-30 16:32:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-30 16:33:05 +0300
commit375c1eab65ddf0a96097a168950f5c8b3ec9e2e3 (patch)
tree8fa740468b792f17f6757d8a997005781459ee95 /release
parentd0d2fc981952a3fd132058da6f93ccb9fc2c8195 (diff)
Cleanup: RNA naming, use highlight as suffux
This is whats done already elsewhere.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index c2a1037de32..05714921b7a 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -3528,7 +3528,7 @@ class VIEW3D_PT_shading(Panel):
col.row().prop(shading, "studiolight_rot_z")
row = col.row()
- row.prop(shading, "show_specular_highlights")
+ row.prop(shading, "show_specular_highlight")
col.separator()