You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execution Flow Rework #252 Refactor the execution flow so that each block is responsible for its own execution, so that closed sockets don't trigger execution.
Add a way to enable the user to specify multiple possibles dependencies ("the block needs blocks X OR Y OR Z to execute, and if none of them did, execute Y")
For this last part, I think the best way to do it is adding a new kind of block, acting a bit like a logic gate.
Each of these points will eventually become its own issue. I will modify this description so that the relevant issues are linked next to each point.
The text was updated successfully, but these errors were encountered:
The new sockets refactor is composed of several parts:
For this last part, I think the best way to do it is adding a new kind of block, acting a bit like a logic gate.
Each of these points will eventually become its own issue. I will modify this description so that the relevant issues are linked next to each point.
The text was updated successfully, but these errors were encountered: