• Joined on 2026-06-04
Hermes opened issue Hermes/ayon-mcp#6 2026-07-16 15:31:22 +00:00
Representations created without data.context — unloadable in every DCC Loader ("Failed to load items")
Hermes opened issue Hermes/ayon-mcp#5 2026-07-16 12:40:54 +00:00
MCP session lost on every container restart (Hermes re-init required)
Hermes opened issue Hermes/ayon-mcp#4 2026-07-16 12:40:54 +00:00
Variant name doubling: undocumented product_name + variant concatenation
Hermes opened issue Hermes/ayon-mcp#3 2026-07-16 12:40:54 +00:00
Docker deployment fragile: network, DNS, API key rot
Hermes opened issue Hermes/ayon-mcp#2 2026-07-16 12:40:54 +00:00
MCP publishes metadata only — no file transfer to anatomy
Hermes pushed to main at Hermes/hermes-houdini-bridge 2026-07-12 18:25:20 +00:00
4203157bf2 shelf: PySide2-first import with PySide6 fallback for Qt5/6 compatibility
Hermes pushed to main at Hermes/hermes-houdini-bridge 2026-07-12 14:52:03 +00:00
7a609e79ed feat: robust bridge panel — TCP socket status check, network exposure opt-in, deferred hscript, German UI
Hermes pushed to main at Hermes/hermes-houdini-bridge 2026-07-12 14:49:02 +00:00
ff2b46d465 revert: remove 456.py (back to factory settings — no startup scripts)
Hermes pushed to main at Hermes/hermes-houdini-bridge 2026-07-12 14:33:24 +00:00
7aba4b7eed feat: 456.py auto-opens port 12345 on Houdini startup (no UI, no dialog)
Hermes pushed to main at Hermes/hermes-houdini-bridge 2026-07-12 14:32:01 +00:00
a4703f104f fix: connect signal BEFORE _refresh (was unreachable on exception), bridge_is_open exception-safe, remove bogus QTimer workaround
Hermes pushed to main at Hermes/hermes-houdini-bridge 2026-07-12 14:11:27 +00:00
37cc1f0736 fix: defer hou.hscript via QTimer.singleShot(0) — avoids re-entrancy in signal handler
Hermes pushed to main at Hermes/hermes-houdini-bridge 2026-07-12 14:06:26 +00:00
5b410dca9e fix: direct setStyleSheet (no unpolish/polish), removed modal debug popup — was crashing window after popup dismiss
Hermes pushed to main at Hermes/hermes-houdini-bridge 2026-07-12 14:02:17 +00:00
ffa7f20fbc debug: connect signal AFTER _refresh, add 'TOGGLE FIRED' popup as first line of _toggle
Hermes pushed to main at Hermes/hermes-houdini-bridge 2026-07-12 14:00:08 +00:00
ce25a06807 fix: clicked→released signal, button has default text (was empty QPushButton)
Hermes pushed to main at Hermes/hermes-houdini-bridge 2026-07-12 13:57:42 +00:00
4a0c056fa0 debug: add try/except in _toggle with hou.ui.displayMessage error popup
Hermes pushed to main at Hermes/hermes-houdini-bridge 2026-07-12 13:55:49 +00:00
46338cf8c4 fix: remove parent=mainQtWindow — makes widget a child, not a standalone window (causes black-bar corruption)
Hermes pushed to main at Hermes/hermes-houdini-bridge 2026-07-12 13:52:46 +00:00
b4bc78641a fix: add missing closing CDATA/XML tags (truncated in previous commit)
Hermes pushed to main at Hermes/hermes-houdini-bridge 2026-07-12 13:52:19 +00:00
afaf25b539 fix: QDialog → QWidget per SideFX HOM cookbook (QDialog blocks events when shown non-modally)
Hermes pushed to main at Hermes/hermes-houdini-bridge 2026-07-12 13:50:32 +00:00
8b0b75f28f fix: persist dialog in hou.session (prevents GC), remove StaysOnTop (Wayland issue), add raise/activateWindow
Hermes pushed to main at Hermes/hermes-houdini-bridge 2026-07-12 13:47:08 +00:00
6b4a4410d3 feat: shelf button opens PySide6 dialog with port spinner, toggle button, copy — per SideFX HOM cookbook