Open juizoi opened 1 year ago
Hi, that is because it can't find pyblish_qml
. You could try installing pyblish QML the same way as you installed this (pip install ...?
). As I haven't used this myself for a long time, I'm not sure how 'up-to-date' the code is.
Personally I would suggest using Pyblish QML directly. Setting up a menu item for launching Pyblish should be fairly trivial.
Hey I know this is old, but my .show() is spitting out
Setting up Pyblish QML in Blender uninstalling.. Installing.. Using Python @ 'C:\Users\*\AppData\Local\Microsoft\WindowsApps\python3.10.exe' Using PyQt5 @ 'None' Targets: default C:\Users\*\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe: No module named pyblish_qml
Any idea what might cause this, I found this https://github.com/pyblish/pyblish-maya/issues/71 but it didn't seem to work for me