Blender Git Commit Log
Git Commits -> Revision 3de6fe0
Revision 3de6fe0 by Harley Acheson (master) June 14, 2021, 16:17 (GMT) |
Error Messages Creating Thumbnail Folders On the Windows platform there will be some errors printed to the console if the user's thumbnail cache folder doesn't already exist. While creating those folders there is an attempt to do so multiple times and so we get errors when trying to create when exists. This is caused by paths that have hard-coded forward slashes, which causes our path processing routines to not work correctly. This patch defines those paths using platform-varying separator characters. Differential Revision: https://developer.blender.org/D11505 Reviewed by Brecht Van Lommel |
Commit Details:
Full Hash: 3de6fe0b3eebb2af66db8051fbb65a49e49a8578
Parent Commit: e9b4de4
Lines Changed: +3, -3
1 Modified Path:
/source/blender/imbuf/intern/thumbs.c (+3, -3) (Diff)