Blender Git Loki
Git Commits -> Revision 7484e45
Revision 7484e45 by Bastien Montagne (master) July 20, 2020, 15:04 (GMT) |
Fix T78960: 2.83.2 not opening a 2.82a project correctly. That project cannot be opened correctly ayway, it has recursive collections intanciating themselves... But at least now we have a check at startup to detect and 'fix' those nasty cycles in collections. |
Commit Details:
Full Hash: 7484e4529717a61277525bbb6bc9ac7a747e42f1
Parent Commit: ccc2a79
Lines Changed: +87, -11
5 Modified Paths:
/source/blender/blenkernel/BKE_collection.h (+2, -1) (Diff)
/source/blender/blenkernel/intern/collection.c (+75, -8) (Diff)
/source/blender/blenloader/intern/versioning_290.c (+8, -0) (Diff)
/source/blender/editors/object/object_add.c (+1, -1) (Diff)
/source/blender/editors/space_outliner/outliner_collections.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/collection.c (+75, -8) (Diff)
/source/blender/blenloader/intern/versioning_290.c (+8, -0) (Diff)
/source/blender/editors/object/object_add.c (+1, -1) (Diff)
/source/blender/editors/space_outliner/outliner_collections.c (+1, -1) (Diff)