Blender Git Commit Log

Git Commits -> Revision 4234cdd

Revision 4234cdd by Brecht Van Lommel (master)
June 20, 2018, 11:04 (GMT)
Objects: support for hiding all objects in a collection.

In the outliner there are now icons for it, Ctrl+Click isolates a
single collections.

In the 3D view, Ctrl+H key opens a menu that is more or less the
equivalent of the old layer buttons in the header. Regular Click isolates
the collection, Shift+Click toggle the collection visibility. Pressing
number keys and letters works in this menu, which can help for quickly
selecting a specific collection.

Shortcuts for quick switching by just pressing 1/2/3/.. keys are available
again. The order can be confusing with nested collections, but that seems
unavoidable. The first numbers control the top level collections, and then
sub collections if numbers are left.

Remaining design issues:

* The 3D view menu needs to be improved: support for sub collections,
staying open on shift+click, access from the 3D view header somewhere,
shortcut key display.
* Currently collection hiding just controls per-object hiding, we plan
to separate this state still so alt+H doesn't affect collection hiding.

Commit Details:

Full Hash: 4234cddda9ed59e5a7fff7043a2add2aaf158d23
Parent Commit: 5e968a9
Lines Changed: +366, -75

15 Modified Paths:

/source/blender/blenkernel/BKE_layer.h (+7, -0) (Diff)
/source/blender/blenkernel/intern/layer.c (+123, -19) (Diff)
/source/blender/editors/include/ED_object.h (+3, -0) (Diff)
/source/blender/editors/interface/interface_widgets.c (+29, -20) (Diff)
/source/blender/editors/object/object_edit.c (+111, -5) (Diff)
/source/blender/editors/object/object_intern.h (+1, -0) (Diff)
/source/blender/editors/object/object_ops.c (+8, -1) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+50, -8) (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_tree.c (+3, -1) (Diff)
/source/blender/editors/space_view3d/view3d_buttons.c (+15, -0) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+3, -5) (Diff)
/source/blender/makesdna/DNA_layer_types.h (+10, -9) (Diff)
/source/blender/windowmanager/intern/wm_keymap.c (+1, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021