AWS Thinkbox Discussion Forums

Cinema 4D VRAY Frame Buffer Deadline Errors

Hi,
I would like to render and save out .vrimg files generated by the VFB in C4D in a normal rendering process. The submitted deadline job saves the images alright, but still throws an error and moves on to the next task. Is there something I am missing?

The output Log:

=======================================================
Error

Error: RenderTask: Unexpected exception (Dialog popup detected: Title “Render history settings”, Message “panel”)
bei Deadline.Plugins.PluginWrapper.RenderTasks(String taskId, Int32 startFrame, Int32 endFrame, String& outMessage, AbortLevel& abortLevel)

It seems the Vray Frame Buffer window is opened as it should be, but deadline thinks this is an error and fails the task. Can I tell Deadline this Dialog Popup is ok?

Found the solution. Add

self.AddPopupHandler( “Render history settings”, “OK” )

in your Cinema4D.py Plugin.

More info here: docs.thinkboxsoftware.com/produ … ugins.html

Hey blenderme,

Thanks for reporting this, glad you got it working yourself! We’ve had this fix merged in about month ago, but I believe it’s only been out in the Deadline 10.0.10 release (recent), which is probably why you had to add it yourself.

Cheers

Privacy | Site terms | Cookie preferences