We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am messing around with godot orchestrator
It seems the node graph control grid is not unified with the window size and the spacing of inputs and outputs
here is the link the the issue I made on the orchestrator repo CraterCrash/godot-orchestrator#779
Force windows and input and output nodes to be based on some default grid size. This ensures the nodes and their lines can always be aligned.
see above.
I would suggest a default grid size of 8
According to the orchestrator plugin dev it's a limitation of the node graph
It makes it look nicer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the project you are working on
I am messing around with godot orchestrator
Describe the problem or limitation you are having in your project
It seems the node graph control grid is not unified with the window size and the spacing of inputs and outputs
here is the link the the issue I made on the orchestrator repo
CraterCrash/godot-orchestrator#779
Describe the feature / enhancement and how it helps to overcome the problem or limitation
Force windows and input and output nodes to be based on some default grid size.
This ensures the nodes and their lines can always be aligned.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
see above.
I would suggest a default grid size of 8
If this enhancement will not be used often, can it be worked around with a few lines of script?
According to the orchestrator plugin dev it's a limitation of the node graph
Is there a reason why this should be core and not an add-on in the asset library?
It makes it look nicer
The text was updated successfully, but these errors were encountered: