Blender Git Commit Log
Git Commits -> Revision 9997f5c
Revision 9997f5c by Sergey Sharybin (blender-v2.79-release, blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) 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