Blender Git Commit Log
Git Commits -> Revision a08f1d0
Revision a08f1d0 by Bastien Montagne (blender-v2.75-release) June 29, 2015, 13:46 (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: a08f1d00ae190d1d8568482c3869018713b23122
Parent Commit: 86d172d
Committed By: Sergey Sharybin
Lines Changed: +7, -3
1 Modified Path:
/source/blender/blenkernel/intern/image.c (+7, -3) (Diff)