Fix light rotation slider in Lookdev popover being disabled

Light rotation is supported both in world and view light orientation in
lookdev, so no reason to disable it.

Reviewed By: Blendify

Differential Revision: https://developer.blender.org/D8958
This commit is contained in:
Pablo Dobarro 2020-09-19 17:33:09 +02:00
parent d989ae84a8
commit c9c51c07cf
1 changed files with 0 additions and 1 deletions

View File

@ -5704,7 +5704,6 @@ class VIEW3D_PT_shading_lighting(Panel):
row = col.row()
row.prop(shading, "use_studiolight_view_rotation", text="", icon='WORLD', toggle=True)
row = row.row()
row.active = shading.use_world_space_lighting
row.prop(shading, "studiolight_rotate_z", text="Rotation")
col.prop(shading, "studiolight_intensity")