Profile PictureMichael Cuevas

FKIK Auto Switch and Match for Kiel Figgins Rigs - updated!

5 comments

Current user avatar
Log in or Register to join the conversation

Comment author avatar
Midknightfish

Thank you for taking the time and updating the tool :) His rigs are great but with your tool they rly shine!

Comment author avatar
jchinglu

sorry, I have problem to install import FKIKAutoFiggins FKIKAutoFiggins.FKIKSwitchNMatch() # Error: list index out of range # Traceback (most recent call last): # File "<maya console>", line 2, in <module> # File "C:/Users/user/OneDrive/Documents/maya/2022/scripts\FKIKAutoFiggins.py", line 48, in FKIKSwitchNMatch # parents = cmds.ls(curSel[0], l=True)[0].split('|')[1:-1] # IndexError: list index out of range #

Comment author avatar
Luisandro Garza

The script will only work for the kiel figgins rigs. It looks for the naming convention _Hand/Foot and needs to be exact for it to work. (From what I can tell) It works amazing on Anim Rigs. It's an open source code so I guess you can change it to work on any rig maybe.

Comment author avatar
Luisandro Garza

import FKIKAutoFiggins reload(FKIKAutoFiggins) FKIKAutoFiggins.FKIKSwitchNMatch() # Error: name 'reload' is not defined # # Traceback (most recent call last): # # File "<maya console>", line 2, in <module> # # NameError: name 'reload' is not defined

Comment author avatar
Luisandro Garza

Both commands return no results. Added to both Maya default directories and year version. and Is this a .py version error with the "return"? import FKIKAutoFiggins FKIKAutoFiggins.FKIKSwitchNMatch()