Blender Git Loki
Git Commits -> Revision 5ac47cd
Revision 5ac47cd by Bastien Montagne (master) March 16, 2021, 15:57 (GMT) |
LibOverride: Resync: Fix most remaining 'overrides in master collection' issues. Problem is, when a collection is excluded from the scene, none of its objects are technically instantiated. This should not happen when *creating* an override, but can be fairly common during resync process. For now, use a lesser precise check in resync case, only relying on object usercount. This might lead to some objects being left without any collection in some rare weird case, but this cannot really be avoided currently. |
Commit Details:
Full Hash: 5ac47cded19e026945f0dcca0b3751753d66f763
Parent Commit: 1ba88d4
Lines Changed: +33, -12
1 Modified Path:
/source/blender/blenkernel/intern/lib_override.c (+33, -12) (Diff)