Vahera / godot-orchestrator

Orchestrator - A Visual Scripting Godot Plugin
https://www.cratercrash.com/orchestrator
Apache License 2.0
800 stars 42 forks source link

When using highlight connections, wire highlighting does not seem to reset. #369

Open Naros opened 1 month ago

Naros commented 1 month ago

Describe the bug

When using the highlight connections option, the highlight resets for the nodes, but the connection wires do not seem to reset under certain conditions and use cases:

image

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

No response

Godot full version

No response

Orchestrator version

No response

Additional information

No response

Naros commented 1 month ago

So this seems to happen when adding knots to the connection wires.

Naros commented 1 month ago

@eobet, this is in part to a Godot 4.3 bug with the new GraphEdit changes that break compatibility with Godot 4.2: https://github.com/godotengine/godot/issues/92443