godot-orchestrator icon indicating copy to clipboard operation
godot-orchestrator copied to clipboard

Default grid to size of size of window and spacing between parameters

Open Shadowblitz16 opened this issue 1 year ago • 1 comments

Description

Please default the grid spacing so that windows, inputs, output, lines, and reroute nodes align perfectly

As you can see here it's not quite aligned properly and the default grid size wasn't working either. image

Edit: think the offset is wrong too.

Implementation ideas

No response

Shadowblitz16 avatar Aug 24 '24 02:08 Shadowblitz16

Hi, this would be something to suggest upstream in the https://github.com/godotengine/godot repository, as this is all default widgets provided by the engine itself.

While we can certainly look some some tweaks, we don't have control over the port positions on the nodes as that's directly only internal to the engine. About the only way we could do this within the plug-in at this time would be to rewrite all of Godot's graph UI from scratch :(.

Naros avatar Aug 24 '24 02:08 Naros