Blender Git Commit Log

Git Commits -> Revision 9997f5c

September 4, 2017, 10:55 (GMT)
Fix threading conflict when doing Cycles background render

It is possible to have same image used multiple times at different frames,
which means we can not free it's buffers without any guard. From quick tests
this seems to be doing what it is supposed to.

Need more testing and port this to 2.79.

Commit Details:

Full Hash: 9997f5ca91cc70af8a8d8f91808ddf79236231db
Parent Commit: 63e21e7
Committed By: Bastien Montagne
Lines Changed: +15, -2

3 Modified Paths:

/source/blender/blenkernel/BKE_image.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/image.c (+13, -1) (Diff)
/source/blender/makesrna/intern/rna_image_api.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021