UI: add dedicated icon IDs for decorators, tool settings, shaderfx, overlays.

The preset and decorator icons were updated to be monochrome and draw in the
same color as text. Other icons are unchanged, having them as separate icon IDs
prepares for an artist to make them.
This commit is contained in:
2018-08-24 12:54:48 +02:00
parent af21053087
commit d2ad256326
30 changed files with 722 additions and 567 deletions

View File

@@ -232,7 +232,7 @@ class VIEW3D_HT_header(Header):
)
row = layout.row(align=True)
row.prop(overlay, "show_overlays", icon='WIRE', text="")
row.prop(overlay, "show_overlays", icon='OVERLAY', text="")
sub = row.row(align=True)
sub.active = overlay.show_overlays
sub.popover(panel="VIEW3D_PT_overlay")