Revert "Image Editor: Make Rendering of Pure Emissive Colors Optional"

This reverts commit f492c8d488.
This commit is contained in:
2020-09-15 14:33:22 +02:00
parent 78ea6302f1
commit 8f7ab26935
6 changed files with 2 additions and 19 deletions

View File

@@ -989,7 +989,6 @@ class IMAGE_PT_view_display(Panel):
row = col.row()
row.active = ima.source != 'TILED'
row.prop(sima, "show_repeat", text="Repeat Image")
col.prop(sima, "show_pure_emissive_colors")
if show_uvedit:
col.prop(uvedit, "show_pixel_coords", text="Pixel Coordinates")