Blender Git Loki
Git Commits -> Revision 885cda6
Revision 885cda6 by Brecht Van Lommel (master) July 25, 2018, 14:45 (GMT) |
Cycles: add per layer collection indirectly on setting. In the outliner, right click > view layer > set indirect only. This is like clearing camera ray visibility on objects in the collection, and is temporary until we have more general dynamic overrides. |
Commit Details:
Full Hash: 885cda65c90b3f85dc4e72e2e9759aa926a8f07c
Parent Commit: e6e8ee2
Lines Changed: +93, -26
10 Modified Paths:
/intern/cycles/blender/blender_object.cpp (+3, -4) (Diff)
/release/scripts/startup/bl_ui/space_outliner.py (+3, -0) (Diff)
/source/blender/blenkernel/intern/layer.c (+6, -2) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+2, -15) (Diff)
/source/blender/editors/space_outliner/outliner_collections.c (+43, -1) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+2, -0) (Diff)
/source/blender/editors/space_outliner/outliner_ops.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_layer_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_layer.c (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_object_api.c (+23, -3) (Diff)
/release/scripts/startup/bl_ui/space_outliner.py (+3, -0) (Diff)
/source/blender/blenkernel/intern/layer.c (+6, -2) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+2, -15) (Diff)
/source/blender/editors/space_outliner/outliner_collections.c (+43, -1) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+2, -0) (Diff)
/source/blender/editors/space_outliner/outliner_ops.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_layer_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_layer.c (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_object_api.c (+23, -3) (Diff)