Another thing :)
At the end of a node session I must use this script for select objects generated existing on the screen!
script: var objs = moi.geometryDatabase.getObjects(); for ( var i = 0; i < objs.length; ++i ) { var obj = objs.item(i); obj.setHitTest( true ); }
is that the same for you ?
I have maybe not the last version of nodeeditor!
Nodeeditor 1.1 jms
|