Blender Git Loki
Git Commits -> Revision 07580e7
Revision 07580e7 by Sergey Sharybin (master) April 11, 2013, 14:15 (GMT) |
Fix issue with bright frames appearing in clip editor when compositor is open. Allocate float buffer outside of image buffer, so work-in-progress color space conversion doesn't interfere with other parts of blender. Covers most of cases -- since image buffer wouldn't have partially-update float buffer all the rest areas would be happy. However, if there're places which updates float buffer from byte buffer, it's still possible some WIP color space conversion is displayed on the screen. But what a heck someone will do such a crappy conversion anyway! |
Commit Details:
Full Hash: 07580e71a6153641f8ecd25fbd1dd35fa23421b3
SVN Revision: 55968
Parent Commit: 5c4a080
Lines Changed: +23, -12
1 Modified Path:
/source/blender/imbuf/intern/divers.c (+23, -12) (Diff)