Blender Git Commit Log

Git Commits -> Revision 58d1fe4

July 30, 2021, 14:51 (GMT)
UI: New UI list layout type for big preview tiles

This new layout type is meant for the upcoming asset view UI template.
With it it is possible to show big asset previews with their names in a
responsive grid layout.

Notes:
* The layout is only available for C defined UI lists. We could expose
it to Python, but I think there are still some scrolling issues to be
fixed first. (The asset view template doesn't use scrolling for the UI
list.)
* I'd consider this a more usable version of the existing `GRID` layout
type. We may remove that in favor of the new one in future.

Commit Details:

Full Hash: 58d1fe479033cfe540779c9939391272634e4acc
Parent Commit: caacb0f
Committed By: Fabian Schempp
Lines Changed: +95, -0

2 Modified Paths:

/source/blender/editors/interface/interface_templates.c (+94, -0) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021