Blender Git Commit Log

Git Commits -> Revision ec8a20f

Revision ec8a20f by Bastien Montagne (master)
June 9, 2018, 14:54 (GMT)
Add new GridFlow layout.

This mimics the 'spreadsheet' behavior. Columns and/or rows can have
equal sizes, or adapt to their content - but always in a grid way (i.e.
all items in a same column will always have same available width, and
all items in a same row will always have same available height).
Also, you can fill (order) the grid in a row- or column-major way.

Not used anywhere for now.

Differential: https://developer.blender.org/D2395

Commit Details:

Full Hash: ec8a20fec0d103a799b9d9c86b0b55fba3b02b84
Parent Commit: 5159ce6
Lines Changed: +423, -3

3 Modified Paths:

/source/blender/editors/include/UI_interface.h (+2, -0) (Diff)
/source/blender/editors/interface/interface_layout.c (+408, -3) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+13, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021