Have you looked at sending multiple layers through in the one stream? we use the exr display driver along with seperately declared 'DisplayChannels' to create layered exrs that play nice with nuke.
I think we've ended up having to do it something like:
DisplayChannel whatever
DisplayChannel stuff
Display "null"
Display "+layers.exr" "exr" "whatever,stuff"
if the rmanConnect display driver supported this it could reduce the number of rmanConnect reader nodes you'd need in nuke and let you manage the channels/layers with all of nukes tools.
Have you looked at sending multiple layers through in the one stream? we use the exr display driver along with seperately declared 'DisplayChannels' to create layered exrs that play nice with nuke.
I think we've ended up having to do it something like:
if the rmanConnect display driver supported this it could reduce the number of rmanConnect reader nodes you'd need in nuke and let you manage the channels/layers with all of nukes tools.