@ Smoluck
Il y a ici normalement tous les "Nodes" existants et "presque" toutes les descriptions de leurs fonctionnements! :)
En français et en "English" ;) http://moiscript.weebly.com/biblio-elephant.html
Bonne lecture!
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); }
|