Blender Git Loki
Git Commits -> Revision 91f374c
Revision 91f374c by Julian Eisel (soc-2016-layer_manager) October 12, 2016, 23:36 (GMT) |
Support displaying layer list in outliner Adds a new outliner display mode "Layers" in which the basic layer tree is drawn. The button for restricting layer visibility is also already there. |
Commit Details:
Full Hash: 91f374c4004c4c7daefce7f32b78aba1a7868cae
Parent Commit: 492c8cd
Lines Changed: +46, -2
5 Modified Paths:
/source/blender/editors/space_outliner/outliner_draw.c (+17, -0) (Diff)
/source/blender/editors/space_outliner/outliner_tree.c (+26, -2) (Diff)
/source/blender/makesdna/DNA_outliner_types.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner_tree.c (+26, -2) (Diff)
/source/blender/makesdna/DNA_outliner_types.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+1, -0) (Diff)