Home Website Youtube GitHub

Human IK Mapper on 4.2.2 Maya 2019

Hello,
I get this error while trying to launch the HumanIk mapper

Any idea if it is a known issue? It does work on Maya 2020 and Maya 2024 which I tested.

Error: TypeError:

Error: TypeError: file… \mGear\mGear-prpu\common\mGear\scripts\mgear\animbits\humanIkMapper.py line 514: ‘PySide2.QtWidgets.QAction’ called with wrong argument types:
PySide2.QtWidgets.QAction(str)
Supported signatures:
PySide2.QtWidgets.QAction(PySide2.QtCore.QObject)
PySide2.QtWidgets.QAction(PySide2.QtGui.QIcon, unicode, PySide2.QtCore.QObject)
PySide2.QtWidgets.QAction(unicode, PySide2.QtCore.QObject) #
# Error: TypeError: file \mGear\mGear-prpu\common\mGear\scripts\mgear\animbits\humanIkMapper.py line 514: ‘PySide2.QtWidgets.QAction’ called with wrong argument types:
PySide2.QtWidgets.QAction(str)
Supported signatures:
PySide2.QtWidgets.QAction(PySide2.QtCore.QObject)
PySide2.QtWidgets.QAction(PySide2.QtGui.QIcon, unicode, PySide2.QtCore.QObject)
PySide2.QtWidgets.QAction(unicode, PySide2.QtCore.QObject) #
# Error: TypeError: file mGear\mGear-prpu\common\mGear\scripts\mgear\animbits\humanIkMapper.py line 514: ‘PySide2.QtWidgets.QAction’ called with wrong argument types:
PySide2.QtWidgets.QAction(str)
Supported signatures:
PySide2.QtWidgets.QAction(PySide2.QtCore.QObject)
PySide2.QtWidgets.QAction(PySide2.QtGui.QIcon, unicode, PySide2.QtCore.QObject)
PySide2.QtWidgets.QAction(unicode, PySide2.QtCore.QObject) #

Thanks

looks like is a compatibility issue with the Pyside version. We need to check it

1 Like