feat: 456.py auto-opens port 12345 on Houdini startup (no UI, no dialog)
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
import hou
|
||||||
|
hou.hscript("closeport 12345")
|
||||||
|
hou.hscript("openport 12345 0.0.0.0")
|
||||||
|
print("Hermes Bridge: port 12345 open")
|
||||||
Reference in New Issue
Block a user