Blender Git Loki
Git Commits -> Revision 544ddcd
Revision 544ddcd by Bastien Montagne (master) July 28, 2021, 10:33 (GMT) |
Fix (studio-reported) liboverride resync crash after recent changes. Recent own rBabf3ce811f6e prevented any LayerCollection update during the whole liboverride resync process, for both performances and feature reasons. However that means that the various runtime caches like the Base GHash are not cleared anymore during ID remapping process, so we need to call `BKE_main_collection_sync_remap` instead of `BKE_main_collection_sync` when we finally are ready for this update. Reported by @eyecandy (Andy Goralczyk) from Blender studio, thanks! |
Commit Details:
Full Hash: 544ddcdaac20bab7707a49edbd31b8ae38446603
Parent Commit: 91dd1a1
Lines Changed: +10, -1