Merge branch 'blender-v2.91-release'
This commit is contained in:
@@ -408,6 +408,7 @@ bool imb_savepng(struct ImBuf *ibuf, const char *filepath, int flags)
|
||||
if (pixels16) {
|
||||
MEM_freeN(pixels16);
|
||||
}
|
||||
MEM_freeN(row_pointers);
|
||||
printf("imb_savepng: Cannot open file for writing: '%s'\n", filepath);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user