Thanks for sharing the package. I will take a look at it.
RelayFlow is actually already implemented for the next version, but it is kind of different in the sense that the implementation keeps the restriction that Flow Inputs can have any number of incomming connections, while Flow Outputs only one.
As such, the implementation is basically the reverse of the RelayValue. That means that multiple RelayFlowInput nodes are linked TO one RelayFlowOutput rather than the other way around.
The bug is also fixed (very similar to your way). You can just do this instead 🙂
1
2
3
newNode._UID=null;
By the way, feel free to start a new thread.
Thanks!
Join us on Discord: https://discord.gg/97q2Rjh
Login
Register
By registering on this website you agree to our Privacy Policy.