AWS Thinkbox Discussion Forums

Render with nukex in manual job submisison

I need to submit job to nukex , not to nuke. How does one enable that from from deadline python api

This link is old. Is this solution still applicable or their is another way to set it

I tried

info_param[‘Plugin’] = ‘Nuke --nukex’
info_param[‘Plugin’] = ‘Nuke --x’
info_param[‘Plugin’] = ‘NukeX’

It will give an (Deadline.Plugins.PluginException)

Hello @Nishith_Singhai

Thanks for reaching out, the thread you linked is very old , now we have option to enable NukeX Rendering in both Monitor submitter and Integrated submitter. If NukeX rendering is enabled then it sets NukeX parameter value to True in Plugin Info file. In order to get Job info file and plugin info file, please submit Job from Integrated submitter / Deadline Monitor submitter by enabling Render with NukeX option , so that you can export the files once Job is showed up in Deadline Monitor. Then, use files as reference to submit other Jobs using python api .

Only after posting this mail. I did realise the modify job properties → submission options
This gives parameters for both job and plugin. This is a good way to find out.

Thank you

2 Likes
Privacy | Site terms | Cookie preferences