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