Blender Git Commit Log
Git Commits -> Revision 46fe39f
Revision 46fe39f by Antonis Ryakiotakis (master) February 26, 2015, 14:10 (GMT) |
Fix T43479 animated textures lost after going to a frame before animated frame start. Issue here is that if we failed to get an image from the cache, we would try to load from file. This would fail when the queried frame was less than the animated sequence start frame, and invalidate the OK state of the image. Solution is that when loading from cache succeeds, we also reset the OK state of the image for animated textures. The fix might be relevant elsewhere too, but kept it isolated just in case. |
Commit Details:
Full Hash: 46fe39ff312cd13e3a8955a7244e7bd4c8cf6dac
Parent Commit: 13c275c
Lines Changed: +10, -0
1 Modified Path:
/source/blender/blenkernel/intern/image.c (+10, -0) (Diff)