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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user