Problem summary The DeepWrite node is not creating an error when rendering a single view, if that view does not exist in the original source footage. This works as expected with an error being created within the standard Write node.
Customer reported version nuke.11.2v4
Customer reported platform centos7
Steps to reproduce
1) Open Nuke
2) Open the attached script or import your own stereo footage with only the right view
3) Create or open a Write node and ensure the views are set to left, right and then click Render
4) When the Render dialog box pops up, ensure the Continue on error checkbox is turned off and render out just the right view. Result: You will receive the expected error message stating "Read error: no such file or directory"
5) Repeat from step 3 using the DeepWrite node instead of the standard Write node.
Result: You will not receive the expected error message.
Earliest version tested Nuke 8.0v1 - This issue appears to be in all versions of the product
Expected behaviour When rendering using the DeepWrite an error should inform the user that it cannot read the missing view and disable the user from rendering.
Actual behaviour It unexpectedly writes the file with no error message