Blender Git Loki
Git Commits -> Revision bf86599
Revision bf86599 by Bastien Montagne (master) June 1, 2021, 10:01 (GMT) |
Fix libOverride resync issues in some corner-cases. This commit fixes two different issues: * In some cases, when an object was added to a sub-collection and used into a different subcollection, and the root common collection would not need to be resynced, it would end up creating multiple overrides of the new object. This was affecting both normal and recursive resync. * In recurisve resync case, the barrier code to define what is part or not of a override group/hierarchy was wrong. Note that the current solution for the first issue is sub-optimal (it goes back to the root of the override hierarchy and resync the whole thing), a better solution is TODO for now. |
Commit Details:
Full Hash: bf8659930fe8719d0918fe7da8ed8718b6ce2d94
Parent Commit: f25316e
Lines Changed: +90, -16
1 Modified Path:
/source/blender/blenkernel/intern/lib_override.c (+90, -16) (Diff)