Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QtWidgets issue #2

Open
sosoyan opened this issue Aug 29, 2019 · 1 comment
Open

QtWidgets issue #2

sosoyan opened this issue Aug 29, 2019 · 1 comment

Comments

@sosoyan
Copy link

sosoyan commented Aug 29, 2019

Trying to load this in Katana 3.1v5 getting this errors when I open the node's parameters.

[ERROR python.PyUtil.SuperToolPlugins]: Error getting editor widget class for "MaterialXAssign" Super Tool: '_VirtualModule' object has no attribute 'QWidget'
[ERROR python.PyUtil.SuperToolPlugins]: Error getting editor widget class for "MaterialXBake" Super Tool: '_VirtualModule' object has no attribute 'QWidget'
[ERROR python.PyUtil.SuperToolPlugins]: Error getting editor widget class for "MaterialXEdit" Super Tool: '_VirtualModule' object has no attribute 'QWidget'

@iceprincefounder
Copy link
Owner

Hi Sosoyan,
I wrote this plugin in Katana3.0 with PyQt4 and it seems Katana3.1 is using Qt5 that cost the problem, the easiest way is to import QtWidght directly. I would fix this issue when I got some time.
Thanks.
Kevin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants