Maya Python: IKHandle

  • Getting Start Joint and End Joint from ikHandle node 

ikH= "ikHandle";

startJoint= cmds.listConnections(ikH+".startJoint")[0];

endJoint= cmds.listConnections(cmds.listConnections(ikH+".endEffector"),s=1,d=0)[0];

Comments

Popular posts from this blog

HIK: Getting current character and current source.