Node Editor global variables update via JS

Where are the Node Editor global variables stored? I want to do more complicated calculation with JS and then update the global variable from there. I’m using JavaScript node.

Ok, they are in dataFlow but still not sure how to update them inside JavaScript node.

You can update your variables just like that:

1 Like

@Daniele Thank you it works

1 Like