> > 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
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