OK, let us know if we can help in any way.
Announcement
Collapse
No announcement yet.
Crop render from command line in 3.1
Collapse
X
-
-
So what we are seeing on our end is that you can use the data window flag on float outputs, but not on half float outputs.
so:
DataWindow + Float = Success
HalfFloat = Success
HalfFloat + DataWindow = Fail
When it does fail, it still writes an exr, but the the pixels are not correct, and look like a bunch of noise. it can be the whole image or part.
we tested with the same vrimg the same vrimg2exr. We have always used half float, but until there is a a new stable build we will switch to float as a work around.
Comment
-
Can you give us a sample vrimg that we can test with?
Comment
-
-
I can reproduce this now. I'll let you know when it's fixed.
Comment
-
We havent been able to test test it, but it was failing on large vrimgs with the data window. So the old behavior of trying to do the datawindow in one pass and then not doing and just doing the exr in multipasses might not be working either.
Also any fixes will have to make it to a stable build before we have access to them.
Comment
Comment