Blender Git Commit Log
Git Commits -> Revision 451d5ce
Revision 451d5ce by Bastien Montagne (master) February 16, 2018, 09:34 (GMT) |
Fix part II of T53977: Severe problem with multiple instances of a library (save and reload). Once 'losing lib' issue is fixed (in previous commit), we have new issue that this could lead to several copies of the same linked data-block in .blend file. Which is not good. At all. So had to add a GHash-based check in libraries reading code to ensure we only load a same ID from a same lib once. |
Commit Details:
Full Hash: 451d5cef0f419921351e392676aa6d8a44b4cfc3
Parent Commit: 8165234
Lines Changed: +24, -7
1 Modified Path:
/source/blender/blenloader/intern/readfile.c (+24, -7) (Diff)