Blender Git Commit Log
Git Commits -> Revision 5da894b
Revision 5da894b by Campbell Barton (master) October 15, 2011, 05:01 (GMT) |
misc edits - cmake/windows was installing locale & font when internationalization was disabled, twice when enabled. - file selector was using the string size-1, where this isn't needed since string buttons expected this value to be the sizeof(), accounting for ' '. - use const char for extension checking funcs. - minor pep8 edits |
Commit Details:
Full Hash: 5da894b1fe1214866d7b343fabab848e8f32a581
SVN Revision: 41022
Parent Commit: 317b649
Lines Changed: +14, -19
8 Modified Paths:
/po/update_msg.py (+5, -3) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+1, -0) (Diff)
/source/blender/blenloader/BLO_readfile.h (+1, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -1) (Diff)
/source/blender/editors/include/ED_fileselect.h (+1, -1) (Diff)
/source/blender/editors/space_file/filelist.c (+2, -2) (Diff)
/source/blender/editors/space_file/file_draw.c (+2, -2) (Diff)
/source/creator/CMakeLists.txt (+1, -9) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+1, -0) (Diff)
/source/blender/blenloader/BLO_readfile.h (+1, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -1) (Diff)
/source/blender/editors/include/ED_fileselect.h (+1, -1) (Diff)
/source/blender/editors/space_file/filelist.c (+2, -2) (Diff)
/source/blender/editors/space_file/file_draw.c (+2, -2) (Diff)
/source/creator/CMakeLists.txt (+1, -9) (Diff)