EEvEE: LookDev

This commit is contained in:
2018-05-25 08:06:36 +02:00
parent ce5fa2deca
commit 765fd29d68
17 changed files with 543 additions and 101 deletions

View File

@@ -3545,6 +3545,11 @@ class VIEW3D_PT_shading(Panel):
sub.active = shading.show_object_outline
sub.prop(shading, "object_outline_color", text="")
elif shading.type in ('MATERIAL'):
col.row().template_icon_view(shading, "studio_light")
if shading.studio_light_orientation == 'WORLD':
col.row().prop(shading, "studiolight_rot_z")
class VIEW3D_PT_overlay(Panel):
bl_space_type = 'VIEW_3D'