Merge branch 'blender-v2.83-release'

This commit is contained in:
Bastien Montagne 2020-04-22 17:13:21 +02:00
commit de168b4115
Notes: blender-bot 2023-02-14 11:24:03 +01:00
Referenced by issue #76005, test: failing test BLI_task_test in master
1 changed files with 1 additions and 1 deletions

View File

@ -2205,7 +2205,7 @@ static void write_customdata(WriteData *wd,
datasize = structnum * count;
writestruct_id(wd, DATA, structname, datasize, layer->data);
}
else {
else if (!wd->use_memfile) { /* Do not warn on undo. */
printf("%s error: layer '%s':%d - can't be written to file\n",
__func__,
structname,