leon-thomm / Ryven

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

link_IN with multiple link_OUTs #123

Open Hercules2905 opened 1 year ago

Hercules2905 commented 1 year ago

First off, thanks leon-thomm for an amazing tool. It is perfect for my task.

Can you please implement a version of the link_IN node which can bind with multiple link_OUT nodes? I tried changing your node by adding a list of link_OUT nodes, but I am not smart enough to make it work.

Currently, I am having to send it off to multiple (sometimes 6 to 7) pairs of link_IN and link_OUT nodes.

Thank you!

leon-thomm commented 1 year ago

Thanks! You are certainly smart enough, but I can try adding it natively to the provided package in the next release, though I'm not sure when that's going to happen because there's a lot of work to do for the next release; I recently made some rapid changes to the core.