Author Topic: maya batchrender (vray) bug  (Read 4274 times)

wingart

  • Jr. Member
  • **
  • Posts: 8
maya batchrender (vray) bug
« 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.

jburk

  • Administrator
  • *****
  • Posts: 493
Re: maya batchrender (vray) bug
« Reply #1 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]

wingart

  • Jr. Member
  • **
  • Posts: 8
Re: maya batchrender (vray) bug
« Reply #2 on: February 05, 2014, 07:07:23 PM »
Thanks for the quick reply. It is working.  :)