Created by: zeffii
node.update
is triggered many times before the node is entirely initialized, if you implement that update function, it must first be certain the node has completed sv_init
, before it can be useful.
one way to do that is to check if the last output socket has been created.