I get this error when I run the space switch menu. Only happens sometimes, not always. Mainly when there is no animation. Does it need animation?
# Traceback (most recent call last):
# File "C:\Kangaroo\scripts\kangarooAnimation\KangarooMatchTools.py", line 1090, in _switchTo
# cmds.currentTime(fAllTimes[0])
# IndexError: list index out of range
Thanks for pointing that out!
So that happens just when you do Anim or Bake, right? That needs keys. But it’s true that it would be nice to also work if there are no keys.
We’ll get that fixed in the next version. In the meantime you can also just write
if len(fAllTimes):
before that 1090 line he errors
1 Like
Thank youuuu
Yes, only happens on Anim and Bake
Is no problem, we can use Pose. We can wait for the next version with this
1 Like