Zitat von
SciMunk am 15. November 2018, 12:11 Uhr
Hello,
when Houdini engine is loaded by a dcc app using the HARS server, prism attempt to load the UI and basically break the server :

solution :
add the following line of code at the beginning of the statup() function of Prism_Houdini_Functions.py
if not hou.isUIAvailable():
return False
Hello,
when Houdini engine is loaded by a dcc app using the HARS server, prism attempt to load the UI and basically break the server :

solution :
add the following line of code at the beginning of the statup() function of Prism_Houdini_Functions.py
if not hou.isUIAvailable():
return False