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

Pasting variable nodes from one graph to another is problematic #18

Open
trobins78 opened this issue Apr 5, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@trobins78
Copy link

The variables are successfully pasted, but they are not recognized by the recipient graph. In other words, they aren't added as variables to the graph that is pasted to. In some cases, manually recreating the variables seems to work fine, but I've also encountered errors that I couldn't rectify, even by deleting all variables and recreating them.

To Reproduce

Steps to reproduce the behavior:

  1. Paste variable nodes from one graph to another

Expected behavior

  1. It would be nice if it the 'copied' variables were added as new variables in the recipient graph.
  2. If there is a naming conflict (already a variable of same name), perhaps the newly added variable could have a suffix that made it obvious, so the user would easily see that it should be addressed. (i.e. conflicting name "Float1" becomes "Float1_DUPLICATE")
  3. In order to make this feature complete, the original default values of the copied variables would be maintained.
@trobins78 trobins78 added the bug Something isn't working label Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant