Blender Git Loki
Git Commits -> Revision fe2ceef
Revision fe2ceef by Bastien Montagne (master) March 12, 2021, 08:46 (GMT) |
Fix first part of T86501: Crash during resync process. Code would end up freeing some of the newly created overrides, which were assigned to the matching linked ID's `newid` pointer, accessed again further down the code. Note that this is not a normal expected situation, and it won't give a proper resync result anyway, but it might happen in some complicated corner cases, and also quite often when dealing with older .blend files. |
Commit Details:
Full Hash: fe2ceef729a1a1013f7a8466318a12343a6a0e15
Parent Commit: 4781ab0
Lines Changed: +13, -5
1 Modified Path:
/source/blender/blenkernel/intern/lib_id_delete.c (+13, -5) (Diff)