Blender Git Loki
Git Commits -> Revision 1bcf199
Revision 1bcf199 by Julian Eisel (master) February 9, 2017, 16:25 (GMT) |
Support displaying collections in outliner Adds a new outliner display mode "Collections" which draws the active collection. We might want to rename it to "Active Collection" if we don't plan to support showing other collections there. Also added the buttons for restricting visibility and selectability. @dfelinto, code in restrictbutton_collection_hide_cb and restrictbutton_collection_hide_select_cb is duplicated from rna_LayerCollection_hide_update and rna_LayerCollection_hide_select_update, maybe utility functions would be handy for this? |
Commit Details:
Full Hash: 1bcf199d2e8caf028e5935f57dd321019d192b91
Parent Commit: a41bbfb
Lines Changed: +94, -17
5 Modified Paths:
/source/blender/editors/space_outliner/outliner_draw.c (+50, -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 (+16, -15) (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 (+16, -15) (Diff)
/source/blender/makesrna/intern/rna_space.c (+1, -0) (Diff)