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

Modifying inputs is difficult #23

Open
SirVeggie opened this issue Jul 27, 2024 · 0 comments
Open

Modifying inputs is difficult #23

SirVeggie opened this issue Jul 27, 2024 · 0 comments

Comments

@SirVeggie
Copy link

Currently, if you want to modify the inputs, you have to delete, reroute and rename all inputs all over again. If you make a mistake during it, you have to start over yet again. This may not be a problem, but with > 10 inputs, where the subgraphs excel, it becomes very tedious very quickly.

What do you think of having a separate node for each input? The order of the inputs could be determined by the y-coodrinate of the node. In addition, there could easily be a string field where you could overwrite the field settings, like {forceInput: True} or {"min": 0, "max": 1, "step": 0.05, "default": 0.5}, which would fix the other issue I opened.

Having multiple nodes for inputs would not look as clean, but functionality wise it would be a much needed improvement. Also, having multiple nodes for outputs would make sense as well, but that hasn't been nearly as big of a problem for me, since I usually don't need to modify the outputs very much.

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