AWS Thinkbox Discussion Forums

MayaBatch submission error

hello,

small error when using the mayabatch from the submit->MayaSubmission

Exception during render: An error occurred in RenderTasks(): NameError : global name ‘LogInfo’ is not defined (Python.Runtime.PythonException)
[’ File “none”, line 162, in RenderTasks\n’]
at Deadline.Plugins.ScriptPlugin.RenderTasks(String taskId, Int32 startFrame, Int32 endFrame, String& outMessage)

Thanks for catching this! We’ll fix this for beta 8, but it’s a simple fix on your end for now. Go to \your\repository\plugins\MayaBatch and open MayaBatch.py in a text editor. Find this line:

LogInfo( "Building DeadlineValue" )

Replace it with this:

self.LogInfo( "Building DeadlineValue" )

Save the file, and you should be good!

Privacy | Site terms | Cookie preferences