Blender Git Commit Log

Git Commits -> Revision 57de568

Revision 57de568 by Clément Foucault (master)
October 14, 2020, 16:53 (GMT)
Fix T81004 Python: Images drawn in the Sequence Editor have wrong colors

This was caused by the sequencer using a sRGB buffer without using
the sRGB transform.

This patch make it so that the framebuffer is rebound using the
sRGB transform before the python draw callbacks.

Commit Details:

Full Hash: 57de5686048f1eac07985eb2991f0b6f6c4fee22
Parent Commit: 3271074
Lines Changed: +9, -0

2 Modified Paths:

/source/blender/editors/screen/area.c (+3, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+6, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021