Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Branches -> ui_layout_gridflow
"Ui_layout_gridflow" branch
Total commits : 13
Total committers : 1
First Commit : December 3, 2016
Latest Commit : June 9, 2018
Commits by Month
Date | Number of Commits | |
---|---|---|
June, 2018 | 7 | |
May, 2018 | 0 | |
April, 2018 | 0 | |
March, 2018 | 0 | |
February, 2018 | 0 | |
January, 2018 | 0 | |
December, 2017 | 0 | |
November, 2017 | 0 | |
October, 2017 | 0 | |
September, 2017 | 0 | |
August, 2017 | 0 | |
July, 2017 | 0 | |
June, 2017 | 0 | |
May, 2017 | 0 | |
April, 2017 | 0 | |
March, 2017 | 0 | |
February, 2017 | 0 | |
January, 2017 | 0 | |
December, 2016 | 6 |
Committers
Author | Number of Commits |
---|---|
Bastien Montagne | 13 |
Popular Files
Filename | Total Edits |
---|---|
draw_manager.c | 437 |
eevee_private.h | 189 |
object_mode.c | 187 |
DRW_render.h | 180 |
rna_scene.c | 165 |
eevee_engine.c | 160 |
versioning_280.c | 155 |
drawobject.c | 153 |
view3d_draw.c | 149 |
eevee_materials.c | 148 |
Latest commits
June 9, 2018, 14:55 (GMT) |
Merge branch 'blender2.8' into ui_layout_gridflow |
June 9, 2018, 14:38 (GMT) |
Some more tweaks and cleanup. |
June 9, 2018, 14:17 (GMT) |
Deduplicate some code, new solution to the fixed-estimated-size problem. New GridFlow code was duplicating most of already existing func to handle passing layout settings from parent to new child, fixed. Also, added new 'variable' flag to uiLayout, set for GridFlow and all its children, that enforce items to always estimate their real ideal size, and not some arbitrary large fixed value. |
June 9, 2018, 13:36 (GMT) |
Merge branch 'blender2.8' into ui_layout_gridflow |
June 3, 2018, 16:25 (GMT) |
Some cleanup/refactor from code review. |
June 3, 2018, 14:35 (GMT) |
Merge branch 'blender2.8' into ui_layout_gridflow Conflicts: release/scripts/startup/bl_ui/properties_texture.py source/blenderplayer/bad_level_call_stubs/stubs.c |
June 2, 2018, 16:34 (GMT) |
Merge branch 'master' into ui_layout_gridflow |
December 3, 2016, 14:09 (GMT) |
Initial (and theorical) code for grid flow layout. Needs RNA API, and... testing! :P |
December 3, 2016, 14:09 (GMT) |
Painfully enhanced columns/rows computation to make best use of available space. Now layout will use less columns than possible, if it does not increase number of rows. Allows to fill more evenly available space. Also fixed some quirks and corner-cases issues. |
December 3, 2016, 14:09 (GMT) |
Add gridflow layout RNA API |
December 3, 2016, 14:09 (GMT) |
Fix gridflow layout logic, and building with bplayer. Also add the 'modulo' option for columns number (i.e. set number automatically, but only allow multiples of given number). Notes: changes to properties_data_mesh.py are just for testing obviously, will be reverted for final patch! |
December 3, 2016, 14:09 (GMT) |
Fix logical error, in our current UI height is not really adaptative, so we want max to work with heights, not average ones. Also, add another experimental example of gridflow layout usage (needed some hacks/tweaks to low-level UI code, by default our buttons tend to get way to much width than actually needed!). |
December 3, 2016, 14:09 (GMT) |
Factorize gridflow computation code. |
MiikaHweb - Blender Git Statistics v1.06