the submitnuketodeadline.py script needs a wee bit of adjustment (attached)
if you get the (‘file’) or (‘proxy’) .value() it does not account for python or tcl generated paths.
the file here does.
i am debugging another issue that has to do with something on a vectorfield node (also autogenerated) and once I sort that I will get you that solve also.
line 1079 is where i am making this change:
'''
if root.proxy() and node.knob( 'proxy' ).value() != "":
filename = node.knob( 'proxy' ).value()
else:
filename = node.knob( 'file' ).value()
'''
filename = nuke.filename(node)
rob
SubmitNukeToDeadline.rar (10.3 KB)