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.

deadlinecommand popup window

Hi there,

When launching the Prism or any other DCC apps (test with Maya, Houdini, Nuke), a popup window appeared, the window title is "C:\Program Files\Thinkbox\Deadline10\bin\deadlinecommand.exe". Can make this popup window invisable?

Thanks

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

That popup should close after a few seconds. It opens when the deadline plugins gets loaded. You can disable the Deadline plugin in your Prism User Settings window if you don't use that plugin.

If you want to keep the plugin enabled and just want to stop that popup from appearing, you can locate that file in your local Prism installation and change this line to "return True": https://github.com/RichardFrangenberg/Prism/blob/09283b5146d9cdf9d489dcf252f7927083534a48/Prism/Plugins/RenderfarmManagers/Deadline/Scripts/Prism_Deadline_Functions.py#L63

If you want to keep the plugin enabled and just want to stop that popup from appearing, you can locate that file in your local Prism installation and change this line to "return True": https://github.com/RichardFrangenberg/Prism/blob/09283b5146d9cdf9d489dcf252f7927083534a48/Prism/Plugins/RenderfarmManagers/Deadline/Scripts/Prism_Deadline_Functions.py#L63

Awesome! It works.

Thanks!