Deadline 5.0 “Detected popup dialog “Render history note” | random
Vray warnings kept shutting down my renders! I checked out the slave log:
0: WARNING: Detected popup dialog “Render history note”.
0: WARNING: —- dump of dialog —-
0: WARNING: Button: Save
0: WARNING: Static: History note
0: WARNING: Edit:
0: WARNING: Button: Close
0: WARNING: —- end dump of dialog —-
Scheduler Thread – Render Thread 0 threw an error:
Scheduler Thread – Exception during render: An error occurred in RenderTasks(): RenderTask: Unexpected exception (Dialog popup detected: Title “Render history note”, Message “History note”) at Deadline.Plugins.ScriptPlugin.RenderTasks(Int32 startFrame, Int32 endFrame, String& outMessage)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Well that was dumb… When/if you get this warning while using deadline/3ds Max/v-ray;
Find your ’3dsmax.py’ (\\DEADLINE_REPOSITORY\plugins\3dsmax\3dsmax.py) and add this line of code(red):
# Handle Render History Settings dialog
#self.AddPopupHandler( “.*Render history settings.*”, “OK;No” )
self.AddPopupIgnorer( “.*Render history settings.*” )
self.AddPopupIgnorer( “.*Render history note.*” )