Blender Git Commit Log
Git Commits -> Revision 2b5f8c9
Revision 2b5f8c9 by Campbell Barton (master) March 15, 2011, 22:24 (GMT) |
changes to icon loading - look for icons in datafiles/icons (was looking in datafiles) - was loading all images in datafiles/ on startup to check if they were the correct icon size, commented this since its unnecessary disk overhead on startup & images are checked for correctness when used anyway. when running blender from the source dir would load splash.png every time. also add missing NULL pointer check if the icon couldn't be loaded and ensure no buffer overflow check on icon path creation. |
Commit Details:
Full Hash: 2b5f8c94d04a985959553044498471f68a952b16
SVN Revision: 35564
Parent Commit: 6864fcb
Lines Changed: +24, -32
1 Modified Path:
/source/blender/editors/interface/interface_icons.c (+24, -32) (Diff)