Hi
When trying to submitt a wedge node with one mantra node attached i get this error when i select the wedge node in the Rop to render dropdown:
Traceback (most recent call last):
File "//10.0.0.101/REPOSITORY/submission/Houdini/Main\SubmitHoudiniToDeadline.py", line 662, in ROPSelectionCallback
frameString = SHTDFunctions.GetFrameInfo( renderNode )
File "//10.0.0.101/REPOSITORY/submission/Houdini/Main\SubmitHoudiniToDeadlineFunctions.py", line 186, in GetFrameInfo
return GetFrameInfo(node.node(renderNode.parm("driver").eval()))
NameError: global name 'node' is not defined
When connecting the same wedge node to a Deadline ROP and submitting, i get this error:
[code]---------------------------------------------------
Deadline Command 10.0 [v10.0.3.2 Release (072d054c6)]
Submitting to Repository: \10.0.0.101\REPOSITORY
Submission Contains No Auxiliary Files.
Result=Success
JobID=59c4dabb967dc5852c89e524
The job was submitted successfully.
Traceback (most recent call last):
File “opdef:/Driver/deadline?PythonModule”, line 21, in SubmitToDeadline
File “//10.0.0.101/REPOSITORY/submission/Houdini/Main\SubmitDeadlineRop.py”, line 16, in SubmitToDeadline
PrepareNodeForSubmission( renderNode, dlNode )
File “//10.0.0.101/REPOSITORY/submission/Houdini/Main\SubmitDeadlineRop.py”, line 39, in PrepareNodeForSubmission
dlSubmittedIDs[ renderNode.path() ] = nodeSubmission( renderNode, dlNode, depJobIds )
File “//10.0.0.101/REPOSITORY/submission/Houdini/Main\SubmitDeadlineRop.py”, line 85, in nodeSubmission
jobDeps = SHTDFunctions.SubmitRenderJob( renderNode, jobProperties, “,”.join( dependencies ) )
File “//10.0.0.101/REPOSITORY/submission/Houdini/Main\SubmitHoudiniToDeadlineFunctions.py”, line 407, in SubmitRenderJob
fileHandle.write( “Frames=%s\n” % GetFrameInfo( node ) )
File “//10.0.0.101/REPOSITORY/submission/Houdini/Main\SubmitHoudiniToDeadlineFunctions.py”, line 186, in GetFrameInfo
return GetFrameInfo(node.node(renderNode.parm(“driver”).eval()))
NameError: global name ‘node’ is not defined
The SubmitDeadlineRop.py script could not be found in the Deadline Repository. Please make sure that the Deadline Client has been installed on this machine, that the Deadline Client bin folder is set in the DEADLINE_PATH environment variable, and that the Deadline Client has been configured to point to a valid Repository.
[/code]
With the result that one job is submitted to the farm.
The “SubmitDeadlineRop.py” file is in the repo at “R:\REPOSITORY\submission\Houdini\MainSubmitDeadlineRop.py”
Reinstalled the client on the submitting workstation but i still get the same error.
DEADLINE_PATH is set to “C:\Program Files\Thinkbox\Deadline10\bin”
DL 10.0.3.2
H 16.0.705
Win 10
-b