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-29 13:06:48 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2018-05-29 13:06:48 +0300
commit643259415dc5eea78bfac0fbaa5b148b39932a17 (patch)
treeca8b1d6bc09e9753064b28dbca995f3130c44347 /release
parenta0b08e7b66fe9b271874d2f97d588d936d2d50f2 (diff)
EEVEE: LookDev fade out background option
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index c079467f8f5..00e22aaaae9 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -3549,6 +3549,7 @@ class VIEW3D_PT_shading(Panel):
col.row().template_icon_view(shading, "studio_light")
if shading.studio_light_orientation == 'WORLD':
col.row().prop(shading, "studiolight_rot_z")
+ col.row().prop(shading, "studiolight_fadeout")
col.row().prop(shading, "use_scene_light")