Just looking at the SubmitNukeToDeadline.py and it looks like it only support Write nodes:
writeNodes = RecursiveFindNodes( "Write", nuke.Root() )
It would be good to also support DeepWrite and WriteGeo nodes.
Cheers,
frank
Just looking at the SubmitNukeToDeadline.py and it looks like it only support Write nodes:
writeNodes = RecursiveFindNodes( "Write", nuke.Root() )
It would be good to also support DeepWrite and WriteGeo nodes.
Cheers,
frank
We can definitely look at supporting these additional nodes. We’ve added this as a feature request.
Cheers,