Skip to content
New issue

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

Print Node does not pass execution to next node? #125

Open
ddevz opened this issue Nov 15, 2022 · 1 comment
Open

Print Node does not pass execution to next node? #125

ddevz opened this issue Nov 15, 2022 · 1 comment

Comments

@ddevz
Copy link

ddevz commented Nov 15, 2022

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

@leon-thomm
Copy link
Owner

oops, that's because the node doesn't execute its output... Thanks, feel free to PR, otherwise I'll fix in a future release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants