That is correct. To avoid very long horizontal sizes for nodes, the port names are now “clamped” in the latest version by design.
I understand that this can be problematic is certain cases though, thus I am thinking of adding a tooltip to the ports that will display the unclamped name on mouse over. I believe that this would be preferable so that horizontal node size can stay as minimum as possible.
I would prefer it to be an option, long horizontal nodes is not really a problem for us and if we want them to be short then we just shorten the input/output names. Even with a tooltip the problem still remain, it gets very hard to get the general overview with the graph when many of the input/output names are clamped.
Hello again,
I understand. I could make it as an option for the next version. Meanwhile, if you want to remove the “clamping” right now, please open up Ports.cs and change line about #50 var displayNameCaped = displayName.CapLength(18); to something like var displayNameCaped = displayName; (basically remove the CapLength, or increase the length if you like).
Thank you!
Join us on Discord: https://discord.gg/97q2Rjh
Author
Posts
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.
Login
Register
By registering on this website you agree to our Privacy Policy.