Zitat von Huan am 12. Januar 2022, 3:47 UhrHi 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
Hochgeladene Dateien:Zitat von RichardF am 12. Januar 2022, 20:06 UhrThat 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
Zitat von Huan am 14. Januar 2022, 3:15 UhrIf 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!
