Blender Git Loki
Git Commits -> Revision d8f8605
Revision d8f8605 by Ton Roosendaal (master) November 14, 2003, 15:49 (GMT) |
- Bug fix: at osx, default AA font couldnt be written in .b.blend (unless you manually install font) - Bug fix: string for AA font was only 64 chars... made 256. - Changed API for buttons aligning... it now detects automatic what rows are, or collums, and aligns buttons. This makes call easier: uiBlockBeginAlign(block); ... defBut.... uiBlockEndAlign(block); Only works when you provide buttons in row order! - made sure only 'rounded' theme uses this align stuff - still work in progress.. I commit now because I leave to denmark for 2 days! http://www.blender.org/bf/rt.jpg <- now also groups with rows+collums |
Commit Details:
Full Hash: d8f860509835710187dd3d17e1fbc574b8d16295
SVN Revision: 1564
Parent Commit: 4d1b154
Lines Changed: +286, -143
9 Modified Paths:
/source/blender/include/BIF_interface.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+1, -1) (Diff)
/source/blender/src/buttons_scene.c (+28, -28) (Diff)
/source/blender/src/buttons_shading.c (+64, -64) (Diff)
/source/blender/src/drawview.c (+10, -10) (Diff)
/source/blender/src/interface.c (+146, -28) (Diff)
/source/blender/src/interface_draw.c (+31, -9) (Diff)
/source/blender/src/language.c (+3, -1) (Diff)
/source/blender/src/space.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+1, -1) (Diff)
/source/blender/src/buttons_scene.c (+28, -28) (Diff)
/source/blender/src/buttons_shading.c (+64, -64) (Diff)
/source/blender/src/drawview.c (+10, -10) (Diff)
/source/blender/src/interface.c (+146, -28) (Diff)
/source/blender/src/interface_draw.c (+31, -9) (Diff)
/source/blender/src/language.c (+3, -1) (Diff)
/source/blender/src/space.c (+1, -1) (Diff)