Blender Git Commit Log
Git Commits -> Revision ab85c5f
Revision ab85c5f by Bastien Montagne (master) June 27, 2015, 08:24 (GMT) |
Fix crasher when loading multiview OpenEXR image. With multiview/multilayer OpenEXR file, `load_image_single()` will return NULL ibuf, since it has already populated ima (with `image_create_multiview()` or `image_create_multilayer()` calls). Also, added some more checks before doing `IMB_ImBufFromStereo3d()`, to be sure we do have enough slots in ibuf_arr, and we do not overwrite second ibuf either. |
Commit Details:
Full Hash: ab85c5f980533cc9570acc015ec66cb49fc25908
Parent Commit: 851d753
Lines Changed: +7, -3
1 Modified Path:
/source/blender/blenkernel/intern/image.c (+7, -3) (Diff)