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

💡 [REQUEST] - Allow to toggle options as inputs without two nodes. #127

Open
Oberacda opened this issue Oct 20, 2024 · 0 comments
Open
Labels
enhancement New feature or request question Further information is requested

Comments

@Oberacda
Copy link
Contributor

Implementation PR

No response

Reference Issues

No response

Summary

Currently, we sometimes have two versions of a node, one with an input for a parameter and another with an option for the same parameter.
It would be beneficial to reduce redundancy and increase usability by introducing a toggle that allows one to specify if an option should be handled via the options or if it should be retrieved through an input.

Basic Example

All nodes with an Option or Input variant.

Drawbacks

Remapping something specified as an option in the Python decorator might be problematic when a runtime toggle is called. It needs to be investigated if this is even possible.

Unresolved questions

No response

@Oberacda Oberacda added enhancement New feature or request question Further information is requested labels Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant