Blender Git Commit Log
Git Commits -> Revision bfa6cb3
Revision bfa6cb3 by Dalai Felinto (master) July 17, 2019, 22:38 (GMT) |
Fix T64312: Selection inconsistencies when switching collections Basically layer_collection_sync was calling BKE_base_eval_flags right away while iterating over the bases. However when a parent/sibling collection is to influence the collection flag of an object that exists in more than one collection, it is too late since we deselect the object in BKE_base_eval_flags right away. Related to T64312. Reviewers: sergey, brecht Differential Revision: https://developer.blender.org/D5243 |
Commit Details:
Full Hash: bfa6cb3a7d9a867d4f664e169ab8b65e2bd2142b
Parent Commit: 158eb98
Lines Changed: +4, -3
1 Modified Path:
/source/blender/blenkernel/intern/layer.c (+4, -3) (Diff)