Hi,
I have som problems writing extra exr attributes to my exr files during batch render. It works fine if I do a single render in the render view, but not if I batch render.
Vray prints this to the terminal:
[WriteEXRExtraAttributes] Unexpected end of stream at position 8
The image renders fine, it's just the extra attributes that doesn't get written to the exr-file.
This is what I'm trying to write (example from the help):
int_attr=53;float_attr=3.14;vec4_attr=(1, 2, 3, 4)
We are using this version of vray:
V-Ray: V-Ray for Maya version 1.50.SP1 from Jun 16 2010, 17:24:42
V-Ray: V-Ray core version is 1.90.03
Maya 2010-64
By the way:
What I want to do is to write my camera-matrix as an extra exr attribute. This works by default in vray for exr (multichannel), but we use "single-layer" exr here at our company.
Is their a reason why vray doesn't write the camera matrix to the "single-layer" exr (as it does for multichannel)?
I have som problems writing extra exr attributes to my exr files during batch render. It works fine if I do a single render in the render view, but not if I batch render.
Vray prints this to the terminal:
[WriteEXRExtraAttributes] Unexpected end of stream at position 8
The image renders fine, it's just the extra attributes that doesn't get written to the exr-file.
This is what I'm trying to write (example from the help):
int_attr=53;float_attr=3.14;vec4_attr=(1, 2, 3, 4)
We are using this version of vray:
V-Ray: V-Ray for Maya version 1.50.SP1 from Jun 16 2010, 17:24:42
V-Ray: V-Ray core version is 1.90.03
Maya 2010-64
By the way:
What I want to do is to write my camera-matrix as an extra exr attribute. This works by default in vray for exr (multichannel), but we use "single-layer" exr here at our company.
Is their a reason why vray doesn't write the camera matrix to the "single-layer" exr (as it does for multichannel)?
Comment