[Maya-Python] Re: For loop that iterates over two lists

2018-09-13 Thread Chris Meyers
Just to follow up for any others that might see this that are still learning the basics like me. I ran into an issue with my original code that I posted above. Sometimes just selecting the set with cmds.select() it returns a list out of order. A post on highend3d provided the answer.ins

[Maya-Python] Re: For loop that iterates over two lists

2018-09-13 Thread Chris Meyers
So there really wasn't much to understand, it just worked perfectly. Thanks again to both of you! On Wednesday, September 12, 2018 at 5:49:09 PM UTC-4, Chris Meyers wrote: > > Thank you both for your replies. It will take me some time to actually > understand this but at least I know where to st

[Maya-Python] Re: For loop that iterates over two lists

2018-09-12 Thread Chris Meyers
Thank you both for your replies. It will take me some time to actually understand this but at least I know where to start now. On Wednesday, September 12, 2018 at 2:55:38 PM UTC-4, Chris Meyers wrote: > > Hello, > > My first post here. I hope it's not too basic for you guys. I've been > scri