Files
hermes-houdini-bridge/python_panels/hermes_bridge.pypanel
T
Hermes 06b9de183b v0.4: Official Houdini package system integration
- hermes_houdini_bridge.json: package descriptor (generated by install.sh)
- scripts/python/hermes_bridge_panel.py: moved to package-standard location
- python_panels/hermes_bridge.pypanel: registered in Windows menu
- install.sh: one-command installer (generates JSON with correct path)
- git clone + install.sh = fully installed; git pull = update
- Panel opens via Windows -> Hermes Bridge (no Python Shell needed)
2026-07-12 13:02:34 +00:00

7 lines
183 B
Plaintext

{
"interface": "hermes_bridge_panel.show",
"label": "Hermes Bridge",
"icon": "MISC_python",
"help_url": "https://git.niklashmotion.art/Hermes/hermes-houdini-bridge"
}