We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Print node has 3 connection sockets: execution in, data in, and execution out.
putting a val into the data in, and a button on the data in, prints as one would expect (when one clicks the button)
However, adding another Print node that gets it's execution input from the execution output of the first node, does not trigger the second Print node.
Is this a bug or am I missunderstanding what the execution output connection is supposed to do?
using version: ryven 3.1.1 ryvencore 0.3.1.2 ryvencore-qt 0.3.1.4
The text was updated successfully, but these errors were encountered:
oops, that's because the node doesn't execute its output... Thanks, feel free to PR, otherwise I'll fix in a future release.
Sorry, something went wrong.
No branches or pull requests
The Print node has 3 connection sockets: execution in, data in, and execution out.
putting a val into the data in, and a button on the data in, prints as one would expect (when one clicks the button)
However, adding another Print node that gets it's execution input from the execution output of the first node, does not trigger the second Print node.
Is this a bug or am I missunderstanding what the execution output connection is supposed to do?
using version:
ryven 3.1.1
ryvencore 0.3.1.2
ryvencore-qt 0.3.1.4
The text was updated successfully, but these errors were encountered: