Blender Git Commit Log

Git Commits -> Revision 937d89a

Revision 937d89a by Julian Eisel (master)
June 29, 2020, 15:28 (GMT)
UI: Show library status icons in search menus, rather than letter prefix

Rather than a `L` (linked), `O` (overridden) or `M` (missing) prefix for the
name, show the existing library status icons. See D7999 for screenshots.

Note that when using preview icons, or if the search menu contains items with
own icons (e.g. brush icons), we still fallback to the prefix solution.

Zero or fake user is still indicated with a prefix.

Differential Revision: https://developer.blender.org/D7999

Reviewed by: Bastien Montagne, William Reynish

Commit Details:

Full Hash: 937d89afba36ea0f22ad929d2c8bdf8a853dc7d8
Parent Commit: 5024c54
Lines Changed: +76, -34

8 Modified Paths:

/source/blender/blenkernel/BKE_lib_id.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/lib_id.c (+9, -4) (Diff)
/source/blender/editors/include/UI_interface_icons.h (+1, -0) (Diff)
/source/blender/editors/interface/interface_icons.c (+20, -0) (Diff)
/source/blender/editors/interface/interface_region_search.c (+11, -0) (Diff)
/source/blender/editors/interface/interface_templates.c (+7, -2) (Diff)
/source/blender/editors/interface/interface_utils.c (+21, -2) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+6, -26) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021