Merge branch 'blender-v2.81-release'

This commit is contained in:
Dalai Felinto
2019-10-14 22:47:07 -03:00
11 changed files with 61 additions and 35 deletions

View File

@@ -209,7 +209,6 @@ int BLI_exists(const char *name)
BLI_stat_t st;
wchar_t *tmp_16 = alloc_utf16_from_8(name, 1);
int len, res;
unsigned int old_error_mode;
len = wcslen(tmp_16);
/* in Windows #stat doesn't recognize dir ending on a slash