When rendering multiple frames with region rendering activated (By specifying the frame in single job Frame). each region comes out with a different frame number, so the assembler fails to assemble the regions since it expects a specific frame number. For example I get
_region_0_cam_17_v05.0001.exr
_region_1_cam_17_v05.0002.exr
_region_2_cam_17_v05.0003.exr
Instead of :
_region_0_cam_17_v05.0001.exr
_region_1_cam_17_v05.0001.exr
_region_2_cam_17_v05.0001.exr
(same behavior in both tile rendering and jigsaw mode).
The only way we don’t get issues is when we deactivate “Submit all tiles as a single job”, in which case we get a job for each region, but that makes the visibility in deadline monitor difficult.
This is a behavior we started getting only recently.
We are using
Repository Version: 10.1.9.2 (3d6a64d94)
Integration Version: 10.1.9.2 (3d6a64d94)
This is a behavior we did not have in the past when we used 10.0.27.2