Blender Git Loki
Git Commits -> Revision eed9ac5
Revision eed9ac5 by Bastien Montagne (master) June 23, 2021, 10:15 (GMT) |
Fix Scene/MasterCollection handling in `BKE_main_collection_sync_remap()`. Those were missing proper (explicit) object cache clear, and DEG tagging. Note that this was most likely not an common issue in practice (Collection object cache clearing recursively goes into all parents, so master collection would only miss it in case they had no child collections at all, and tagging of those happens almost always at other steps on remapping). But better to be explicit and consistent here in any case. |
Commit Details:
Full Hash: eed9ac5b6e28ee4986cc639befd5819698407ad8
Parent Commit: e291432
Lines Changed: +5, -1
1 Modified Path:
/source/blender/blenkernel/intern/layer.c (+5, -1) (Diff)