I’m looking for a way to change a HIK characters Source to None. I was able to find hikSetStanceInput , mayaHIKsetRigInput , and mayaHIKsetCharacterInput. But unable to find a command for changing the source to None.
it’s a bit of a pain as you have to source all the mel dependencies, hikGlobalUtils, hikInputSourceUtils
then you can switch the connections like this:
but it doesn’t work on referenced characters.
Going through the UI works for me using @ldunham1 method, but I can’t get your method to work @Mark-J - seems to get stuck in Stance mode no matter what I do.
Incidentally, I’m looking to do this via maya.standalone on a number of files so looking for a non-UI based solution as I’m guessing that’s not going to work.