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

Unify new GraphNode grid to ensure connections are always aligned to the grid #10548

Open
Shadowblitz16 opened this issue Aug 24, 2024 · 0 comments

Comments

@Shadowblitz16
Copy link

Shadowblitz16 commented Aug 24, 2024

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

image

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

@Calinou Calinou changed the title Unify new graph node grid Unify new GraphNode grid to ensure connections are always aligned to the grid Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants