So in our before houdini launch hook im running some package file syncing scripts and would like to get some user input just before this happens. How does one go about getting a Qt window to execute or show when being run through the hook?
using exec_() stops the launch completely and using the show command doesnt allow the gui to show. Also cant launch another QApplication as there is an instance running with the desktop app already. Using the same code i can get it to show in the SG python console but not in the hook.
Any help or point in the correct direction would be helpful!