Workbench: Color selector when in single color mode

This commit is contained in:
2018-05-04 17:25:49 +02:00
parent 26d87bd577
commit a73c02a17b
7 changed files with 20 additions and 3 deletions

View File

@@ -3548,6 +3548,10 @@ class VIEW3D_PT_shading(Panel):
col.separator()
col.row().prop(shading, "single_color_mode", expand=True)
if shading.single_color_mode == 'SINGLE':
col.separator()
col.row().prop(shading, "single_color", text="")
col.separator()
col.row().prop(shading, "light", expand=True)
if shading.light == 'STUDIO':