I’m trying to create a script that will allow me to click on a chain of joints and when I run the script the joints will squash and stretch.
The problem i’m having is that I need to find a command (if there is one) that recognizes the joint that I have selected. Each time the script loops another joint is selected down the chain until it ends. Since each joint has a different name I will continue to get an error message until I find a way to have a defined variable (the joint selection) for each loop. I would appreciate any help I can get. thanks