The forum is active for archival purposes only.

Join our discord community for new topics.

Forum-Navigation
Du musst dich anmelden um Beiträge und Themen zu erstellen.

Prism submitter Maya to Deadline

Hi,

Since there is no option of choosing the pool when submitting maya job to deadline via prism, I was wondering if there is a quick script that would help us to auto assign a specific pool whenever a job's been submitted to deadline.

Thanks!

Hochgeladene Dateien:
  • Du musst dich anmelden um auf Uploads zugreifen zu können.

I think the easiest way would be to modify the Prism Deadline submission script.

In this script you could simply add a line "jobInfos["Pool"] = "urgent"

https://github.com/RichardFrangenberg/Prism/blob/85daf03addde82c38cff830dc5ed19b7e29d9703/Prism/Plugins/RenderfarmManagers/Deadline/Scripts/Prism_Deadline_Functions.py#L416

 

Another way would be to create a new Prism Plugin and use the "postSubmit_Deadline" callback to modify the settings of the job after it has been submitted. If you want to go that road I can give you an example for that.

Thank you Richard! "jobInfos["Pool"= "urgent" did the job! 🙂