PipelineFX Forum

Qube! => SimpleCmds => Topic started by: wingart on February 05, 2014, 05:52:08 PM

Title: maya batchrender (vray) bug
Post by: wingart on February 05, 2014, 05:52:08 PM
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.
Title: Re: maya batchrender (vray) bug
Post by: jburk on February 05, 2014, 06:04:15 PM
Yes, that's a fixed bug in 6.5-0 and later, try installing the attachment, it's from our 6.4 code branch with the fix so it should drop right in.

WranglerView->File->Update/Install Simplecmd...   

please make a backup copy of the original before overwriting.

[attachment deleted by admin]
Title: Re: maya batchrender (vray) bug
Post by: wingart on February 05, 2014, 07:07:23 PM
Thanks for the quick reply. It is working.  :)