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

Node connections don't save or load correctly when Lua node is added #897

Open
service-fabric-dev opened this issue Feb 11, 2025 · 0 comments

Comments

@service-fabric-dev
Copy link

Describe the bug
When saving and re-opening my graph, the connections between the nodes are lost.

To Reproduce
Steps to reproduce the behavior:

  1. Create a graph with an arbitrary input and output
  2. Add a Lua script node
  3. Create some arbitrary connections between the nodes
  4. Save the graph
  5. Open the saved graph and observe the missing connections added in step 2
    Expected behavior
    The connections ought to be saved/restored successfully.

Desktop (please complete the following information):

  • OS: Windows
  • Version 10

Standalone or Plugin
Standalone, untested in plugin

Additional context
I saw the issues resolved in 2022 and 2024. The latter implied one of my plugins was to blame, and after systematically pruning and testing each one, I have identified the Lua node as my culprit.

@service-fabric-dev service-fabric-dev changed the title Node connections don't save or load correctly Node connections don't save or load correctly when Lua node is added Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant