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

Text Template node creates an input socket for each time a variable is referenced. #1487

Open
michaelsharpe opened this issue Jul 12, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@michaelsharpe
Copy link
Contributor

Text Template node creates an input socket for each time a variable is referenced.

Steps to repro:
Create a Text Template node.
Select the Text Template node.
Within the Text Editor field, create a variable by using the {{}} notation.
Observe the creation of an Input Socket with that variable name.
While in the Text Editor, type the same variable name using {{}} notation. (e.g. if you put {{test}} in step 3, write {{test}} again)
Observe the creation of a SECOND Input Socket with the same variable name.

Expected Results:
Duplicate uses of a variable in the Text Field reference the same variable Input Socket and does not create new sockets.

@michaelsharpe michaelsharpe added the bug Something isn't working label Jul 12, 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

2 participants