leon-thomm / Ryven

Flow-based visual scripting for Python
https://ryven.org
MIT License
3.76k stars 439 forks source link

Runtime update of a node with choices ? #151

Closed ArEnSc closed 1 year ago

ArEnSc commented 1 year ago

Hey there is a choice field when designing a node, how do you update that node with new values at runtime? It seems to only really work in init. It doesn't update anywhere else sadly especially in the update function

leon-thomm commented 1 year ago

I'm not sure what you mean, please provide an example with code.

ArEnSc commented 1 year ago

heads up I decided to use something else, there are too many issues with this to be a usable framework, however it helped me understand the space a lot more and was an awesome learning experience