Blender Git Commit Log
Git Commits -> Revision d29a0b3
Revision d29a0b3 by Brecht Van Lommel (temp-unified-collections) May 14, 2018, 20:21 (GMT) |
Collections: more work on unification with groups * Removes the special exceptions for group reference counting. Unlinked collections now get a faker user. The weak point here is that unlinked collections retain their objects even if they are removed from the scene. For some cases that's good, for tag-like collections that's not ideal. We can investigate how that make those cases work better later. * Depsgraph view layer evaluation was fixed to work with copy-on-write, and the code was simplified in the process. * Various bugfixes related to static overrides, linking and outliner. |
Commit Details:
Full Hash: d29a0b3f1eddfaaf879d6799f580fba430816bd6
Parent Commit: 96d5905
Lines Changed: +267, -521