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

3 Modified Paths:

/source/blender/blenkernel/intern/sequencer.c (+3, -4) (Diff)
/source/blender/imbuf/IMB_imbuf_types.h (+1, -7) (Diff)
/source/blender/imbuf/intern/colormanagement.c (+1, -5) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021