Hi there!
I am using mGear 3.2.0,and on a recent version of the rig I disabled ‘IK separated Trans and Rot ctl’ to have only one IK control in the hands and feet. I’m using ‘arm_2jnt_01’, and when doing an IK/FK from the picker, this error:
Can’t find object : arm_L0_ikRot_ctl
Can’t find object : arm_L0_ikRot_mth
Traceback (most recent call last):
File “C:/Users/18182/Documents/maya/2019/scripts\mgear\synoptic\widgets.py”, line 123, in mousePressEvent
utils.ikFkMatch(model, ikfk_attr, uiHost_name, fks, ik, upv, ikRot)
File “C:/Users/18182/Documents/maya/2019/scripts\mgear\synoptic\utils.py”, line 665, in ikFkMatch
transform.matchWorldTransform(ikRotTarget, ikRotNode)
File “C:/Users/18182/Documents/maya/2019/scripts\mgear\core\transform.py”, line 537, in matchWorldTransform
sWM = source.getMatrix(worldSpace=True)
AttributeError: ‘NoneType’ object has no attribute ‘getMatrix’
I looked at the code, and the ikRot argument is optional. I tried using a fresh biped template with the default synoptic, and I get the error too.
I’ll try to update to the latest version of mGear and use another arm guide to see if that gets rid of the issue, but in the meanwhile I though it was worth mentioning.
Thanks!