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-06-19 15:03:53 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2018-06-19 15:04:51 +0300
commit1b972a38fef3e373872f2ea3cb8eb75aa50a23eb (patch)
tree4cafbc4bd3ddb51e54f4dce3aa1e05ab18adaca6 /release
parentde748bbedfb81238d15da2db13b94f276038b9f0 (diff)
Lookdev: Renamed RNA
studiolight_background => studiolight_background_alpha Removed "Show" from the label
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 b477aefd9da..c9768f54ba0 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -3650,7 +3650,7 @@ class VIEW3D_PT_shading_lighting(Panel):
sub.operator('wm.studiolight_userpref_show', emboss=False, text="", icon='PREFERENCES')
if shading.selected_studio_light.orientation == 'WORLD':
layout.row().prop(shading, "studiolight_rot_z")
- layout.row().prop(shading, "studiolight_background")
+ layout.row().prop(shading, "studiolight_background_alpha")
layout.prop(shading, "use_scene_light")