Blender Git Commit Log

Git Commits -> Revision c56bbf6

Revision c56bbf6 by Brecht Van Lommel (master)
April 24, 2018, 12:01 (GMT)
Outliner: reorganize collection related display modes.

* "Scenes" now shows for each scene lists of all view layers, collections and
objects contained in it. This is the place to see all collections and objects
in the scene even if they are not used in any view layer. Objects are nested
according to parenting here.
* "Collections" now shows all collections in the view layer, and the objects
in those collections. Objects are not nested by parenting, only collections
since it would be too confusing if the children are in a different collection.
* "Groups" is unchanged.
* "View Layer" was removed, replaced by "Collections".

Part of T54790.

Commit Details:

Full Hash: c56bbf60d85f502e4fecef70060e0d450be2c239
Parent Commit: d67b120
Lines Changed: +96, -214

13 Modified Paths:

/source/blender/blenloader/intern/versioning_280.c (+2, -3) (Diff)
/source/blender/editors/space_outliner/outliner_collections.c (+6, -17) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+10, -33) (Diff)
/source/blender/editors/space_outliner/outliner_edit.c (+10, -3) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+1, -1) (Diff)
/source/blender/editors/space_outliner/outliner_ops.c (+1, -1) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+6, -1) (Diff)
/source/blender/editors/space_outliner/outliner_tools.c (+1, -1) (Diff)
/source/blender/editors/space_outliner/outliner_tree.c (+49, -142) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+3, -3) (Diff)
/source/blender/makesdna/DNA_outliner_types.h (+4, -3) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -2) (Diff)
/source/blender/makesrna/intern/rna_space.c (+2, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021