Blender Git Loki
Git Commits -> Revision 47159f1
Revision 47159f1 by Hans Goudey (blender-v2.91-release) January 13, 2021, 13:56 (GMT) |
Fix T83050: Crash dragging shared collection to master collection The flag syncing code expects to find collection flags in same view layer before and after the move, it even has an assert for it. However, there is one case where this doesn't happen, when dragging a collection that exists in two scenes to the master collection. This commit removes this assert, frees the temporary flag structs separately, and updates some comments with this information. There is more detail in the adjusted comment. Differential Revision: https://developer.blender.org/D9785 |
Commit Details:
Full Hash: 47159f1609c2bd4c259dd7cfbe23655ddb55a271
Parent Commit: 7c9adcc
Committed By: Jeroen Bakker
Lines Changed: +19, -6
1 Modified Path:
/source/blender/blenkernel/intern/collection.c (+19, -6) (Diff)