Blender Git Commit Log

Git Commits -> Revision 4de6a21

Revision 4de6a21 by Dalai Felinto (master)
November 28, 2018, 04:33 (GMT)
Per view-layer collection visibility

We still control this in the viewport collections visibility menu. But
now we are actually changing the visibility of the collections, not of
the objects.

If a collection is indirectly invisible (because one of its parents are
invisible) we gray it out.

Also if you click directly in the collection names, it "isolates" the
collection by hiding all collections, and showing the direct parents and
all the children of the selected collection.

Development Note:

Right now I'm excluding the hidden collections from the depsgraph.
Thus the need for tagging relations to update.

If this proves to be too slow, we can change.

Commit Details:

Full Hash: 4de6a210c69fe254518ca8d6c860782c54f03749
Parent Commit: 4521d3e
Lines Changed: +120, -52

10 Modified Paths:

/release/scripts/startup/bl_ui/space_view3d.py (+2, -5) (Diff)
/source/blender/blenkernel/BKE_layer.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/layer.c (+79, -44) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_nodes_view_layer.cc (+5, -0) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations_view_layer.cc (+5, -0) (Diff)
/source/blender/editors/object/object_edit.c (+2, -1) (Diff)
/source/blender/editors/screen/screen_context.c (+6, -0) (Diff)
/source/blender/editors/transform/transform_conversions.c (+4, -2) (Diff)
/source/blender/makesdna/DNA_layer_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_layer.c (+13, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021