Blender Git Loki
Git Commits -> Revision aeaf87b
Revision aeaf87b by Dalai Felinto (master) December 1, 2017, 16:15 (GMT) |
Groups and collection: create group from collection You could still create groups as before, with Ctl + G. This will create a group with a single visible collection. However you can also create a group from an existing collection. Just go to the menu you get in the outliner when clicking in a collection and pick "Create Group". Remember to instance the group afterwards, or link it into a new scene or file. The group and the collection are not kept in sync afterwards. You need to manually edit the group for further changes. |
Commit Details:
Full Hash: aeaf87bbeb011e9a571eefa12d81fa6fb2b8bd5b
Parent Commit: be9e469
Lines Changed: +381, -0
4 Added Paths:
/tests/python/view_layer/test_group_a.py (+46, -0) (View)
/tests/python/view_layer/test_group_b.py (+72, -0) (View)
/tests/python/view_layer/test_group_c.py (+56, -0) (View)
/tests/python/view_layer/test_group_d.py (+76, -0) (View)
/tests/python/view_layer/test_group_b.py (+72, -0) (View)
/tests/python/view_layer/test_group_c.py (+56, -0) (View)
/tests/python/view_layer/test_group_d.py (+76, -0) (View)
5 Modified Paths:
/source/blender/blenkernel/BKE_collection.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/collection.c (+80, -0) (Diff)
/source/blender/editors/space_outliner/outliner_tools.c (+13, -0) (Diff)
/source/blender/makesrna/intern/rna_layer.c (+32, -0) (Diff)
/tests/python/view_layer/CMakeLists.txt (+4, -0) (Diff)
/source/blender/blenkernel/intern/collection.c (+80, -0) (Diff)
/source/blender/editors/space_outliner/outliner_tools.c (+13, -0) (Diff)
/source/blender/makesrna/intern/rna_layer.c (+32, -0) (Diff)
/tests/python/view_layer/CMakeLists.txt (+4, -0) (Diff)