Blender Git Commit Log

Git Commits -> Revision 41202e2

Revision 41202e2 by Sergey Sharybin (master)
October 4, 2012, 20:31 (GMT)
Fix #32763: Image flickering appears if Movie Clip Editor and compositor opened

The issue was caused by compositor was allocating float buffer for image and
then this buffer was filled with data converted from byte buffer.

If display happens at time between float was allocated and it was filled black
areas were appearing on the screen.

Made it so IMB_float_from_rect locks color management thread so display
transform wouldn't use uninitialized buffer anymore.

Commit Details:

Full Hash: 41202e25e781543eaabfa5be90e2de0f1b7f94a8
SVN Revision: 51056
Parent Commit: 282f98a
Lines Changed: +30, -10

2 Modified Paths:

/source/blender/imbuf/intern/colormanagement.c (+16, -9) (Diff)
/source/blender/imbuf/intern/divers.c (+14, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021