[Maya-Python] Pairing Lists, in order, varying lengths?

2014-10-20 Thread Jake Van
Is it possible to pull from two lists in order? If list1 = A - Z and list2 = a - z, then I would want it to pull from those lists to parent them. Aa, Bb, Cc Where the lists would be varying lengths, but always equal. I know there has to be a way, but I can't seem to figure it out. I had some

Re: [Maya-Python] performSearchReplaceNames, Not working in Python

2014-10-13 Thread Jake Van
> > On Mon, Oct 13, 2014 at 11:46 PM, Jake Van > wrote: > >> I am trying to get the Search and Replace window to open up at the end of >> my script. I have seen things that suggest doing your own search and >> replace, but I want it to be interactive and I am not t

[Maya-Python] performSearchReplaceNames, Not working in Python

2014-10-13 Thread Jake Van
I am trying to get the Search and Replace window to open up at the end of my script. I have seen things that suggest doing your own search and replace, but I want it to be interactive and I am not that far in Python yet. In fact I just started. In mel the command 'performSearchReplaceNames 1;' w