Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <jeroen@blender.org>2020-09-15 15:33:22 +0300
committerJeroen Bakker <jeroen@blender.org>2020-09-15 15:33:22 +0300
commit8f7ab269355bf9d15ad5b405017c1a7eb486d64f (patch)
tree9caac6d02b75e67530a5642985ed3d924f10a0e4 /release/scripts/startup/bl_ui/space_image.py
parent78ea6302f1c45992dd1166cc3978a2ba4201d638 (diff)
Revert "Image Editor: Make Rendering of Pure Emissive Colors Optional"
This reverts commit f492c8d488b7eb2166ca894e10a8128a1678a885.
Diffstat (limited to 'release/scripts/startup/bl_ui/space_image.py')
-rw-r--r--release/scripts/startup/bl_ui/space_image.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_image.py b/release/scripts/startup/bl_ui/space_image.py
index 57feeb04eee..fa71bc1d14d 100644
--- a/release/scripts/startup/bl_ui/space_image.py
+++ b/release/scripts/startup/bl_ui/space_image.py
@@ -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")