Blender Git Loki
Git Commits -> Revision 0fd155f
March 9, 2009, 08:31 (GMT) |
* fun 2.5 UI commit from seoul airport! A few UI goodies from on the plane: - fixed the sliders for non-rounded themes - Made properties with rna subtype of 'percentage' automatically display a '%' character *after* the numerical value, where it belongs. It would also be really great to add a ° - degree symbol after angle and perhaps rotation subtypes. This works fine with international fonts but not with oldskool bitmap fonts (not part of ascii). I wonder if there's a way to get around this? - Added nice embossing effects on buttons, labels and pulldowns (there you go, brecht :) - and cooler looking tooltips And did some work on the file browser. Andrea, I hope this is ok, let me know if there are problems and I can work on fixing it up :) - added some new icons for file types, that are now shown in list view. icon designers, please feel free to update and make nicer ones! - tweaked the default colour theme and did some graphical fiddling to make the various views look nicer - rearranged the buttons on the header and swapped the 'P' button for an up arrow button, this needs a nicer icon too. - added outliner style alternating bands to the list view to see info grouping better. This has a small prob in columns view though, can fix that. |
Commit Details:
Full Hash: 0fd155f78eca62241b1f15b6b820c1fa7924d778
SVN Revision: 19235
Parent Commit: a04e579
Lines Changed: +252, -146
10 Modified Paths:
/source/blender/editors/interface/interface.c (+7, -0) (Diff)
/source/blender/editors/interface/interface_draw.c (+91, -60) (Diff)
/source/blender/editors/interface/interface_regions.c (+8, -21) (Diff)
/source/blender/editors/interface/resources.c (+11, -4) (Diff)
/source/blender/editors/space_file/filesel.c (+5, -5) (Diff)
/source/blender/editors/space_file/file_draw.c (+94, -31) (Diff)
/source/blender/editors/space_file/file_header.c (+29, -17) (Diff)
/source/blender/editors/space_file/space_file.c (+5, -6) (Diff)
/source/blender/editors/space_info/info_header.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+1, -1) (Diff)
/source/blender/editors/interface/interface_draw.c (+91, -60) (Diff)
/source/blender/editors/interface/interface_regions.c (+8, -21) (Diff)
/source/blender/editors/interface/resources.c (+11, -4) (Diff)
/source/blender/editors/space_file/filesel.c (+5, -5) (Diff)
/source/blender/editors/space_file/file_draw.c (+94, -31) (Diff)
/source/blender/editors/space_file/file_header.c (+29, -17) (Diff)
/source/blender/editors/space_file/space_file.c (+5, -6) (Diff)
/source/blender/editors/space_info/info_header.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+1, -1) (Diff)