when i go "submit > Maya BatchRender > Maya BatchRender (vray) job ..."
I got this error in the log and no submission dialog box open.
Exception raised in preShowDialog function <function preShowDialog at 0x04BD5E70>. Cancelling job submission.
Traceback (most recent call last):
File "simplecmd.pyo", line 1995, in createSubmitDialog
File "C:\Program Files (x86)\pfx\qube\bin/simplecmds\mayabatch.py", line 1506, in preShowDialog
KeyError: '-threads'
I believe this is a bug in mayabatch.py. The workaround I had was commenting out line#26 'vray': "-threads". But doing so might disable some other functions for vray I don't know.