Blender Git Commit Log

Git Commits -> Revision d3921f6

Revision d3921f6 by Harley Acheson (soc-2021-curves)
June 21, 2021, 14:31 (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: d3921f6b3c02f64ab7c5623a5a9571c2446770e8
Parent Commit: ae81fe6
Committed By: Dilith Jayakody
Lines Changed: +3, -3

1 Modified Path:

/source/blender/imbuf/intern/thumbs.c (+3, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021