Blender Git Loki
Git Commits -> Revision da4028d
Revision da4028d by Sergey Sharybin (master) January 24, 2013, 17:21 (GMT) |
Fix #33953: blender crash after few steps with .exr image in compositor Issue was caused by FILE multilayer ImBuf sharing buffers with render result, and SEQUENCE multilayer ImBufs duplicating buffers. Which is nice by it's own. But, changing image source wouldn't remove any loaded image buffers, meaning if you've got loaded FILE multilayers they'll likely became invalid. That behavior of handling multilayers on changing source was done as a fix for #24976, which is now actually not needed (removing check for multilayer doesn't change behavior at all). Just to be sure added check to RNA, so signal wouldn't be fired if source wasn't actually changed form a menu. |
Commit Details:
Full Hash: da4028d4a8265b7d4ba608729127604ea0f87a21
SVN Revision: 54083
Parent Commit: 623f3b3
Lines Changed: +20, -5