Blender Git Commit Log
Git Commits -> Revision 67b1873
Revision 67b1873 by Dalai Felinto (temp-group-collections) November 1, 2017, 12:03 (GMT) |
Groups and collections 3/3 This allows you to create a group from a collection. It is i the Menu when you click in the collections in the Outliner. |
Commit Details:
Full Hash: 67b18739ea0c7241ac565ca303d554d6a8d4e944
Parent Commit: 3ec6e2c
Lines Changed: +152, -4
6 Modified Paths:
/source/blender/blenkernel/BKE_collection.h (+2, -0) (Diff)
/source/blender/blenkernel/BKE_layer.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/collection.c (+106, -0) (Diff)
/source/blender/blenkernel/intern/group.c (+0, -1) (Diff)
/source/blender/blenkernel/intern/layer.c (+30, -3) (Diff)
/source/blender/editors/space_outliner/outliner_tools.c (+13, -0) (Diff)
/source/blender/blenkernel/BKE_layer.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/collection.c (+106, -0) (Diff)
/source/blender/blenkernel/intern/group.c (+0, -1) (Diff)
/source/blender/blenkernel/intern/layer.c (+30, -3) (Diff)
/source/blender/editors/space_outliner/outliner_tools.c (+13, -0) (Diff)