deadlinecommand popup window
Quote from Huan on 12. January 2022, 3:47Hi 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
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
Uploaded files:- You need to login to have access to uploads.
Quote from RichardF on 12. January 2022, 20:06That 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
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
Quote from Huan on 14. January 2022, 3:15If 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!
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!