Bugfix #5818
OpenEXR MultiLayer: line order DECREASING_Y (openexr spec) crashes newer openexr libs in windows... ??? Removed it, since tests reveiled the line order is still bottom-top
This commit is contained in:
@@ -443,7 +443,7 @@ void IMB_exr_begin_write(void *handle, char *filename, int width, int height, in
|
||||
header.channels().insert (echan->name, Channel (FLOAT));
|
||||
|
||||
openexr_header_compression(&header, compress);
|
||||
header.lineOrder() = DECREASING_Y;
|
||||
/* header.lineOrder() = DECREASING_Y; this crashes in windows for file read! */
|
||||
|
||||
header.insert ("BlenderMultiChannel", StringAttribute ("Blender V2.43"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user