Hey - getting back to deadline after 10 years with tractor…
I am trying to setup rez and hitting this error:
Error: Value cannot be null. (Parameter 'path1') (System.ArgumentNullException)
at System.IO.Path.Combine(String path1, String path2)
--- End of stack trace from previous location ---
at Python.Runtime.PythonException.ThrowLastAsClrException() in C:\thinkbox-conda\conda-bld\dotnet_pythonnet_1709944764012\work\src\runtime\PythonException.cs:line 51
at Python.Runtime.Dispatcher.TrueDispatch(Object[] args) in C:\thinkbox-conda\conda-bld\dotnet_pythonnet_1709944764012\work\src\runtime\DelegateManager.cs:line 341
at Python.Runtime.Dispatcher.Dispatch(Object[] args) in C:\thinkbox-conda\conda-bld\dotnet_pythonnet_1709944764012\work\src\runtime\DelegateManager.cs:line 208
at __FranticX_GenericDelegate0Dispatcher.Invoke()
at Deadline.Plugins.DeadlinePlugin.StartJob()
at Deadline.Plugins.DeadlinePlugin.DoStartJob()
at Deadline.Plugins.PluginWrapper.StartJob(String& outMessage, AbortLevel& abortLevel)
at Deadline.Plugins.PluginWrapper.StartJob(String& outMessage, AbortLevel& abortLevel)
I have globally-enabled REZ event plugin, and added ‘mayabatch’ command to maya plugin:
Any hints ?