You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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
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'
The text was updated successfully, but these errors were encountered: