Nodebundle for playing with nodes
From:
Karsten (KMRQUS)
16 Mar 2016 (35 of 1859)
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