Nodebundle for playing with nodes

 From:  Karsten (KMRQUS)
7777.35 In reply to 7777.33 
Hello Barry,
I had a quick look in the above posted factories2.js -
something like that should work for you:
replace the commit-stuff with

var output = factory.calculate();
this.setOutputData(0, output);
factory.cancel();

Have a nice day
Karsten