Blender Git Commit Log

Git Commits -> Revision ffdf9fa

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

2 Modified Paths:

/source/blender/blenkernel/intern/layer.c (+5, -0) (Diff)
/source/blender/blenkernel/intern/lib_override.c (+5, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021