Blender Git Loki
Git Commits -> Revision 27a2d5c
Revision 27a2d5c by Bastien Montagne (ui-align-rework) October 20, 2015, 15:59 (GMT) |
Bunch of fixes and cleanup, also take into account non-alignable stuff (like separators), they need to actually break alignment! Tortured even more Dimensions panel of Scene buttons to have a really complex aligned layout. Things work rather nice (much much nicer than with older code at least!), but there is still a glitch in alignment in some cases, one pixel, though debug prints show it should be same value, wonder, looks like some rouding stuff or so... |
Commit Details:
Full Hash: 27a2d5c8ea7ef641326f0fd850c55ccc02bdc28a
Parent Commit: 53c539c
Lines Changed: +86, -45
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_render.py (+18, -2) (Diff)
/source/blender/editors/interface/interface.c (+60, -40) (Diff)
/source/blender/editors/interface/interface_intern.h (+3, -0) (Diff)
/source/blender/editors/interface/interface_layout.c (+2, -0) (Diff)
/source/blender/editors/interface/interface_templates.c (+3, -3) (Diff)
/source/blender/editors/interface/interface.c (+60, -40) (Diff)
/source/blender/editors/interface/interface_intern.h (+3, -0) (Diff)
/source/blender/editors/interface/interface_layout.c (+2, -0) (Diff)
/source/blender/editors/interface/interface_templates.c (+3, -3) (Diff)