-
Notifications
You must be signed in to change notification settings - Fork 262
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
Connection path for nodes connected to "upstream" nodes #394
Comments
Hi @xraybrian Do you have like an example screenshot of what you're after? I probably won't be able to add this feature anytime soon but it'll be good to have it here for future reference. If you want to have a go at making some tweaks here's some starting points for where the pipes are drawn 😃 |
Here is my suggested code for _draw_path_horizontal and _draw_path_vertical: def _draw_path_vertical(self, start_port, pos1, pos2, path,
|
We have very large nodegraphs with multiple connections from outputs to inputs that are "upstream". For angled pipes, this results in pipes that run diagonal rather than right angles and makes viewing the graph confusing.
Would it be possible to update the pipe pathing (specifically for angled pipes) so that the pipes only make 90 degree bends? I believe this requires the addition of two more vertices for the pipes.
The text was updated successfully, but these errors were encountered: