Small Feature Wish

 From:  Kiril
3756.15 In reply to 3756.14 
Hi Pilou,

It suffices to follow the normal method of adding a shortcut, and adding:

script:var crvs = moi.geometryDatabase.getObjects().getCurves(); for ( var i = 0; i < crvs.length; ++i ) { var crv = crvs.item(i); if ( crv.getSubObjects().length> 1 ) crv.selected = true; }

With all credit for the script given to Michael, ofcourse.