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

Problem with Node Connections When set_acyclic=False in NodeGraphQt #439

Open
TanyaShue opened this issue Nov 29, 2024 · 0 comments
Open
Labels

Comments

@TanyaShue
Copy link

When using NodeGraphQt with set_acyclic=False, it seems that connecting the input and output of the same node functions as expected. However, challenges appear when attempting to create a loop between two different nodes, such as A → B → A.

To better illustrate the issue, please refer to the attached image:

image

The main concern is that when the connection involves more than one node, the Pipe does not consistently form 4 corners as it does when connecting the input and output of the same node. Ensuring consistent behavior in both scenarios would greatly improve clarity and usability.

Could you please look into this?

@jchanvfx jchanvfx added the bug label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants