Blender Git Loki
Git Commits -> Revision 5badefa
Revision 5badefa by Sergey Sharybin (master) September 13, 2012, 14:52 (GMT) |
Color Management: fix crash when strip failed to render In this case sequencer would allocate empty image buffer which used to not to have assigned color spaces but it was marked as non-linear float. Assuming black would always be black in sequencer's color space no additional transformation for display is needed. Solved by removing NOLINEAR_FLOAT flag from image buffers and using check image buffer's float_colorspace for NULL when needed to check whether float buffer is linear or not. |
Commit Details:
Full Hash: 5badefa8cfafe0f6989594dbf827997a7a8597a1
SVN Revision: 50577
Parent Commit: ad15c19
Lines Changed: +5, -16