Elephant Repository

 From:  Frenchy Pilou (PILOU)
9476.23 
Added this :)
http://moiscript.weebly.com/node.html

​For the moment we don't have control over the normal selection of objects after an Elephant session!
It is therefore necessary to add this Script as a shortcut before it will be integrated directly into the output of a node!

script: var objs = me.geometryDatabase.getObjects(); for ( var i = 0; i < objs.length; ++i) { var obj = objs.item(i); obj.setHitTest( true); }


EDITED: 26 Aug 2019 by PILOU