I ended up resolving the issue caused by PySide6 installation prbolems and tk-core’s inability to load PySide6. By updating to the latest tk-core version (v0.21.6), the GUI now functions properly in Blender 4.2.
Hi Sean! Thanks for updating tk-blender to work with PySide6! It works well on Windows but I’m struggling to get it to work on Linux (Rocky 8). It seems like PySide6 6.8.* results in a startup crash. PySide6 6.7.* seems to not crash on startup. However the File Open (workfiles) dialog freezes on open. I got it to not freeze by commenting out the TIMER code in the event loop, but now I get a crash after clicking the “New File” button in the File Open dialog. The crash report is pretty much empty but I was able to at least narrow it down to happening after the read_homefile() blender api call inside the hook. Yeah so not having much luck so far.