Blender Git Commit Log

Git Commits -> Revision 0b07f9b

Revision 0b07f9b by Bastien Montagne (master)
July 6, 2020, 13:09 (GMT)
Fix T78608: Memory leak in Material properties: "Data from SCE".

Caused by recent own refactor of cache presevation handling in readfile,
EEVEE's lightcache are weird birds that can also be saved in .blend
files, need a special handling for those 'persistent' caches...

Commit Details:

Full Hash: 0b07f9b71738c59b3834e2fc8b19779c72b3b020
Parent Commit: 99feb10
Lines Changed: +30, -12

7 Modified Paths:

/source/blender/blenkernel/BKE_idtype.h (+6, -0) (Diff)
/source/blender/blenkernel/intern/image.c (+4, -4) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/scene.c (+5, -1) (Diff)
/source/blender/blenkernel/intern/sound.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/volume.cc (+1, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+11, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021