Blender Git Loki
Git Commits -> Revision a4d2b10
Revision a4d2b10 by Dalai Felinto (master) February 2, 2018, 14:25 (GMT) |
Collections: Operator to select collection objects This is only supported by layer collections (the ones accessible in the outliner when you see "View Layer"). |
Commit Details:
Full Hash: a4d2b102f313b8d427e6ff6066f38cc3a2394628
Parent Commit: 26dff78
Lines Changed: +104, -1
6 Modified Paths:
/source/blender/blenkernel/BKE_layer.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/layer.c (+28, -0) (Diff)
/source/blender/editors/space_outliner/outliner_collections.c (+62, -0) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner_ops.c (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner_tools.c (+10, -1) (Diff)
/source/blender/blenkernel/intern/layer.c (+28, -0) (Diff)
/source/blender/editors/space_outliner/outliner_collections.c (+62, -0) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner_ops.c (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner_tools.c (+10, -1) (Diff)