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

Prevent disabled nodes from disabling other nodes if connected to an optional input #3018

Open
HeCorr opened this issue Sep 8, 2024 · 0 comments

Comments

@HeCorr
Copy link

HeCorr commented Sep 8, 2024

Motivation
If a node (i.e. Load Image) is connected to an optional input of another node (i.e. Switch) and gets disabled, all other nodes down the chain also get disabled, even if it's not selected by the Switch node:
image

Description
Nodes should ignore the disabled state of other nodes connected to any of it's optional inputs, as if there was no connection.

Alternatives
None that I could find other than disconnecting the disabled node manually.

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

1 participant