feat: 456.py auto-opens port 12345 on Houdini startup (no UI, no dialog)

This commit is contained in:
Hermes
2026-07-12 14:33:22 +00:00
parent a4703f104f
commit 7aba4b7eed
+4
View File
@@ -0,0 +1,4 @@
import hou
hou.hscript("closeport 12345")
hou.hscript("openport 12345 0.0.0.0")
print("Hermes Bridge: port 12345 open")