EEVEE: LookDev reversed the background fadeout

This commit is contained in:
2018-05-29 13:45:57 +02:00
parent d5889f57ae
commit f98c838b71
5 changed files with 11 additions and 11 deletions

View File

@@ -3549,7 +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, "studiolight_background")
col.row().prop(shading, "use_scene_light")