//select_connected.mel //By Christopher Evans - August 2003 //Works like Lightwave's "select connected". Select a face, and run the script. //Chris@Dork.com - www.ChrisEvans3D.com polySelectConstraint -type 0x0008 -shell true -mode 2; polySelectConstraint -shell false;