scripts

 From:  Michael Gibson
6460.4 In reply to 6460.3 
Hi Ron,

> If you don't mind, what would you say are the most "gotta have" scripts to add to MoI?

I'd say it's that select naked edges one you already put in, and then the only one that I use very regularly is one for inverting the selection:

script: /*Invert selection*/ moi.geometryDatabase.invertSelection();

- Michael