Bugfix #17327
Small one: changed the string attribute in multilayer exr files to be: "2.43 and newer" To indicate that it's about compatibility of the exr file, not the version Blender saved it in.
This commit is contained in:
@@ -451,7 +451,7 @@ void IMB_exr_begin_write(void *handle, char *filename, int width, int height, in
|
||||
openexr_header_compression(&header, compress);
|
||||
/* header.lineOrder() = DECREASING_Y; this crashes in windows for file read! */
|
||||
|
||||
header.insert ("BlenderMultiChannel", StringAttribute ("Blender V2.43"));
|
||||
header.insert ("BlenderMultiChannel", StringAttribute ("Blender V2.43 and newer"));
|
||||
|
||||
data->ofile = new OutputFile(filename, header);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user