The forum is active for archival purposes only.

Join our discord community for new topics.

论坛导航
您需要登录才能建立帖子与主题。

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

已上传的文件:
  • 您必须登录才有权限上传。

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!