Blender Git Commit Log
Git Commits -> Revision ffdf9fa
Revision ffdf9fa by Bastien Montagne (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 30, 2021, 14:56 (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: ffdf9fa1bfa2418ec4a99c7ec4fbe88576aaae19
Parent Commit: d360c5d
Committed By: Fabian Schempp
Lines Changed: +10, -1