When I try to copy all the interpolators from the BASEHUMAN to my character, it doesn’t work.
I look at the script editor, when I select the interpolators and I say copy, it logs this:
Traceback (most recent call last):
File “C:\kangaroobuilder\scripts\kangarooTools\poseEditor.py”, line 3235, in copy
xInterpolators = _serializeInterpolators([qI.text(0).split(’ ')[0] for qI in qInterps])
File “C:\kangaroobuilder\scripts\kangarooTools\poseEditor.py”, line 5260, in _serializeInterpolators
raise Exception(‘not sure what interpType “%s” (%s)’ % (sInterpType, sInterp))
Exception: not sure what interpType “mayaPose” (interp_l_clavicle)
Traceback (most recent call last):
File “C:\kangaroobuilder\scripts\kangarooTools\poseEditor.py”, line 3235, in copy
xInterpolators = _serializeInterpolators([qI.text(0).split(’ ')[0] for qI in qInterps])
File “C:\kangaroobuilder\scripts\kangarooTools\poseEditor.py”, line 5260, in _serializeInterpolators
raise Exception(‘not sure what interpType “%s” (%s)’ % (sInterpType, sInterp))
Exception: not sure what interpType “mayaPose” (interp_l_clavicle)
Am I doing something wrong?