eoyilmaz / anima

VFX & Animation Pipeline Library
MIT License
137 stars 27 forks source link

Maya2013x64 PyQt4 Error #1

Closed jet-li closed 9 years ago

jet-li commented 9 years ago

I used 'anima.ui.scripts.maya.version_creator()' in maya2013x64. And I click "Cancel" button on Login Dialog, then this error returned.

File "D:_usb\dropbox\code\stalker\Lib\site-packages\anima-0.1.10-py2.6.egg\anima\ui\base.py", line 45, in get_logged_in_user

if dialog.DialogCode == QtGui.QDialog.DialogCode.Accepted:

AttributeError: type object 'DialogCode' has no attribute 'Accepted'

Is this tool support maya2013 Qt ver? Sorry for my poor English. thx.

eoyilmaz commented 9 years ago

I've only tested it with Maya 2014 and with PySide, apparentlly you are using PyQt4 with Maya 2013, is that right?

jet-li commented 9 years ago

Yes, I use Maya2013 and PyQt4. So, I'll try anima in Maya2013 PySide. Thanks for reply.

eoyilmaz commented 9 years ago

This is fixed in 8b8dfe23a127fa80a611312b716336b47c2d3f

Thanks for reporting