Qt.py
Qt.py copied to clipboard
when i load ui many times in maya is often have error has no attribute "changeEvent"
when i load ui many times in maya is often have error 'has no attribute "changeEvent"' . somtimes maya crash.
I'd recommend trying this in your ui class. It should fix that issue.
setAttribute(QtCore.Qt.WA_DeleteOnClose)
http://discourse.techart.online/t/maya-pyside-random-crashes/4450
We need a reproducible for this. Something we can run on our end to see the issue for ourselves. Also don't forget to include your platform (e.g. Windows) and version of Maya.