Thanks for the kind words. Yeah, Chris Moffitt is an awesome character artist. To change the script: Each line that says: for o in objects do change it to for o in selection do Then you can change multiple object by just selecting them. Or just one if you only have one selected. BTW, after you save you need to either…
Awesome man! I had something similar last night but I didn't know about evaluating the script. Works like a charm! I really appreciate the help and keep up the awesome work!
well would you look at that! Yours was the one I found! :D I did have a question though... the one you wrote toggles all objects globally. How would I go about tweaking it to just do the selected objects? What I tried was changing all of the 'objects' to $ which works... but when I have nothing selected I get an error. I…