RE: most efficient way of populating a combobox (in maya)

2012-05-04 Thread Prasad, Ramit
> > I'm making a GUI in maya using python only and I'm trying to see which > > is more efficient. I'm trying to populate an optionMenuGrp / combo box > > whose contents come from os.listdir(folder). Now this is fine if the > > folder isn't that full but the folder has a few hundred items (almost in

Re: most efficient way of populating a combobox (in maya)

2012-05-03 Thread Steven D'Aprano
On Thu, 03 May 2012 19:07:51 -0700, astan.chee Astan wrote: > Hi, > I'm making a GUI in maya using python only and I'm trying to see which > is more efficient. I'm trying to populate an optionMenuGrp / combo box > whose contents come from os.listdir(folder). Now this is fine if the > folder isn't