Workbench: Specular Highlights

Added specular highlights for:
 - Solid studio shading
 - Texture studio shading
This commit is contained in:
2018-05-30 14:40:57 +02:00
parent 29f9a19708
commit acaf46db0e
19 changed files with 134 additions and 49 deletions

View File

@@ -442,6 +442,7 @@ class SCENE_PT_viewport_display(SceneButtonsPanel, Panel):
scene = context.scene
layout.prop(scene.display, "light_direction", text="")
layout.prop(scene.display, "shadow_shift")
layout.prop(scene.display, "roughness")
class SCENE_PT_custom_props(SceneButtonsPanel, PropertyPanel, Panel):