Files
hermes-houdini-bridge/scripts/456.py
T

5 lines
120 B
Python

import hou
hou.hscript("closeport 12345")
hou.hscript("openport 12345 0.0.0.0")
print("Hermes Bridge: port 12345 open")