You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
orInput
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
The text was updated successfully, but these errors were encountered: