diff --git a/source/blender/blenlib/intern/path_util.c b/source/blender/blenlib/intern/path_util.c index 384f3aa541f..ac4af561779 100644 --- a/source/blender/blenlib/intern/path_util.c +++ b/source/blender/blenlib/intern/path_util.c @@ -1632,6 +1632,7 @@ void BLI_where_is_temp(char *fullname, int usertemp) char *tmp = getenv("TEMP"); /* Windows */ if (tmp && BLI_is_dir(tmp)) { strcpy(fullname, tmp); + strcpy(U.tempdir, fullname); /* also set user pref to show %TEMP%. /tmp/ is just plain confusing for Windows users. */ } } #else