-
Notifications
You must be signed in to change notification settings - Fork 10
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
Better organization of many in-nodes #38
Comments
@elamhut Thank you very much for the kind words 🙂 ! Hum, have you try the "Ribbon" feature? It's available under "Edit/Editor Preferences/Electronic Nodes". |
Hum, you could increase the "Horizontal Offset", but that would affect every wires 😕... The fact that it sometimes pushes the wires inside the nodes is actually one of the reason I added the "experimental" to Ribbon Style. The thing is that wires are actually drawn one by one in a random order and I can't do much about it. I actually might have an idea to force the push outside the nodes though, would that work for you? |
I'd try a force push outside for sure. I would think of doing something like this. I don't know if you can detect when this much overlap occurs, neither how much control you have over those curves, but when you detect a 90o angle going inside a node you could always force that node to have a Straight line then a 45o angle in the direction of the connection. Then you can increase the straight line connecting the node with an offset. |
Hum, I see what you mean, I'll try to do that and keep you posted on 🤔 |
@elamhut Done, it will be available in the next update! |
After using the plugin for quite a while now I gotta say that I love it and I've been recommending to everyone that wants a more organized blueprint. The text below is my only issue with the plugin and something that really really bothers me and I hope you can solve it :)
Would it be possible to have a better treatment of in-nodes? Currently it's common to have a situation that looks like this:
But when you drag the node a bit further we can have a MUCH cleaner look like this:
Even tho the second effect could be achieved in the first image the plugin currently doesn't do a very good job at untangling these situations. And in those cases we could end up with very unnecessary space between our nodes just to have a cleaner look.
The text was updated successfully, but these errors were encountered: