Blender Git Commit Log
Git Commits -> Revision 97651f4
Revision 97651f4 by Hans Goudey (master) December 11, 2020, 18:15 (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: 97651f428b6ae6901cbacd9805616fe96052bc9b
Parent Commit: b73ed88
Lines Changed: +19, -6
1 Modified Path:
/source/blender/blenkernel/intern/collection.c (+19, -6) (Diff)