Thank you for taking the time and updating the tool :)
His rigs are great but with your tool they rly shine!
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 #
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.
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
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()
5 comments
Thank you for taking the time and updating the tool :) His rigs are great but with your tool they rly shine!
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 #
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.
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
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()