Join several Curves in only One!
At the end run this ShortCut for have directly normal selection because it's not enabled at the end of the Nodes!
script: var objs = moi.geometryDatabase.getObjects(); for ( var i = 0; i < objs.length; ++i ) { var obj = objs.item(i); obj.setHitTest( true ); }