pyblish / pyblish-qml

Pyblish QML frontend for Maya 2013+, Houdini 11+, Nuke 8+ and more
GNU Lesser General Public License v3.0
115 stars 44 forks source link

Windows Bug Fixes #322

Closed mottosso closed 5 years ago

mottosso commented 5 years ago

Without PYBLISH_QML_PYQT5, the wrong path got automatically registered causing Qt binaries to be exposed to the Pyblish QML process (e.g. PySide2 binaries for a PyQt5 application).

Also when the above error occurred, the event filter was supposed to get uninstalled, but was not. That's fixed here too.

davidlatwe commented 5 years ago

Haha, just about to report that the eventFilter was not working, but I can confirm that has been fixed ! Thanks :)

mottosso commented 5 years ago

Thanks for confirming. :)

mottosso commented 5 years ago

Taking this for another spin.