Blender Git Loki
Git Commits -> Revision 1703e65
December 19, 2020, 04:00 (GMT) |
LibOverride: Do not tag overrides for complete recalc. This was done as some sort of safety, but should not actually be needed, and including tags like `ID_RECALC_POINT_CACHE` e.g. makes usage of point caches impossible with liboverrides (since it would systematically invalidate all cache on file load). In theory we should not have to tag anything here in fact, RNA accessors are supposed to take care of it, but for now we keep the `ID_RECALC_COPY_ON_WRITE` one. Part of first step of T82503: support disk cache in liboverrides. |
Commit Details:
Full Hash: 1703e652a0a27b0e0f4dd8f0fc8683e0a8c9e95a
Parent Commit: 2b838a9
Committed By: YimingWu
Lines Changed: +1, -1
1 Modified Path:
/source/blender/blenkernel/intern/lib_override.c (+1, -1) (Diff)