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
This may also be an issue for core but I'm putting it here because it is relevant to frontend code generation as well. Right now the only way to (potentially) get a constant value to be the source end of a connection is to define a new node type whose only job is to hold that constant value. Unfortunately, the frontend needs to know about this, which might be domain-specific. It would be good to generalize the idea of a "constant driver" in a domain-agnostic way, and then just add support in backends for this special node type.
The text was updated successfully, but these errors were encountered:
This may also be an issue for
core
but I'm putting it here because it is relevant to frontend code generation as well. Right now the only way to (potentially) get a constant value to be the source end of a connection is to define a new node type whose only job is to hold that constant value. Unfortunately, the frontend needs to know about this, which might be domain-specific. It would be good to generalize the idea of a "constant driver" in a domain-agnostic way, and then just add support in backends for this special node type.The text was updated successfully, but these errors were encountered: