Blender Git Commit Log
Git Commits -> Revision d90fc11
Revision d90fc11 by Dalai Felinto (master) June 11, 2018, 12:46 (GMT) |
UI: Separator spacer This support layout.separator_spacer() to be used by headers as a way to dynamically separate the ui buttons. Right now no UI file is changed, though we can use this right away in the timeline, and shortly after in the viewport header (moving settings from the topbar to it). Original design by William Reynish. Review: Campbell Barton D3468 |
Commit Details:
Full Hash: d90fc119c204c760c4c8dcb269706c82bf51ca4b
Parent Commit: 7405111
Lines Changed: +78, -21
9 Modified Paths:
/release/scripts/startup/bl_ui/space_time.py (+2, -14) (Diff)
/source/blender/editors/include/UI_interface.h (+4, -1) (Diff)
/source/blender/editors/interface/interface.c (+42, -2) (Diff)
/source/blender/editors/interface/interface_align.c (+3, -2) (Diff)
/source/blender/editors/interface/interface_handlers.c (+1, -0) (Diff)
/source/blender/editors/interface/interface_layout.c (+21, -1) (Diff)
/source/blender/editors/interface/interface_widgets.c (+1, -0) (Diff)
/source/blender/editors/screen/area.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+3, -0) (Diff)
/source/blender/editors/include/UI_interface.h (+4, -1) (Diff)
/source/blender/editors/interface/interface.c (+42, -2) (Diff)
/source/blender/editors/interface/interface_align.c (+3, -2) (Diff)
/source/blender/editors/interface/interface_handlers.c (+1, -0) (Diff)
/source/blender/editors/interface/interface_layout.c (+21, -1) (Diff)
/source/blender/editors/interface/interface_widgets.c (+1, -0) (Diff)
/source/blender/editors/screen/area.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+3, -0) (Diff)