Blender Git Loki
Git Commits -> Revision f3433fc
Revision f3433fc by Szymon Ulatowski (master) April 9, 2020, 19:46 (GMT) |
Collections: preserve exclude flag of child collections when unexcluding Excluding a collection also changes the exclude setting on all child collections so that it is possible to selectively enable some children without the parent being enabled. This change makes it so that if you unexclude the parent, the exclude setting of children are restored again instead of being permanently lost. Original patch by Szymon with modifications by Brecht. Differential Revision: https://developer.blender.org/D7016 |
Commit Details:
Full Hash: f3433fcd3bf87c9405fb05c96fde036eb658e8aa
Parent Commit: 07bb720
Committed By: Brecht Van Lommel
Lines Changed: +48, -39
5 Modified Paths:
/source/blender/blenkernel/BKE_layer.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/layer.c (+43, -0) (Diff)
/source/blender/editors/space_outliner/outliner_collections.c (+2, -25) (Diff)
/source/blender/makesdna/DNA_layer_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_layer.c (+1, -14) (Diff)
/source/blender/blenkernel/intern/layer.c (+43, -0) (Diff)
/source/blender/editors/space_outliner/outliner_collections.c (+2, -25) (Diff)
/source/blender/makesdna/DNA_layer_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_layer.c (+1, -14) (Diff)