Blender Git Loki
Git Commits -> Revision 8c539b0
Revision 8c539b0 by Campbell Barton (master) April 8, 2015, 00:38 (GMT) |
Font preview for file browser D1002 by @plasmasolutions, with own refactoring. Note, needed to do a bad-level call here (IMB -> BLF) Also can't use the BLF API directly because its not thread-safe. So keep the function isolated (blf_thumbs.c). |
Commit Details:
Full Hash: 8c539b0ab521d442d88c70243c04cbb9e40fe412
Parent Commit: c56c493
Lines Changed: +222, -14
2 Added Paths:
/source/blender/blenfont/intern/blf_thumbs.c (+104, -0) (View)
/source/blender/imbuf/intern/thumbs_font.c (+73, -0) (View)
/source/blender/imbuf/intern/thumbs_font.c (+73, -0) (View)
7 Modified Paths:
/source/blender/blenfont/BLF_api.h (+6, -0) (Diff)
/source/blender/blenfont/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_file/filelist.c (+5, -2) (Diff)
/source/blender/editors/space_file/file_draw.c (+12, -5) (Diff)
/source/blender/imbuf/CMakeLists.txt (+1, -0) (Diff)
/source/blender/imbuf/IMB_thumbs.h (+7, -1) (Diff)
/source/blender/imbuf/intern/thumbs.c (+13, -6) (Diff)
/source/blender/blenfont/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_file/filelist.c (+5, -2) (Diff)
/source/blender/editors/space_file/file_draw.c (+12, -5) (Diff)
/source/blender/imbuf/CMakeLists.txt (+1, -0) (Diff)
/source/blender/imbuf/IMB_thumbs.h (+7, -1) (Diff)
/source/blender/imbuf/intern/thumbs.c (+13, -6) (Diff)