I've got some faces selected on multiple objects through a script and I need to only select the faces from the object with a certain name, is there a way to remove from my selection or remove from my array in Mel? I was thinking the name of the object would be enough to identify which faces I want, but I can't figure out…
I tried wildcards before getting stuck, but they didn't help because the faces could be on similarly named objects sphere1 sphere2. I haven't learned the tokenize stuff yet, that one's still above my head. I was able to get some help from my friend and we solved it with match like this. After I get the selection of all the…