NodeGraphProcessor
NodeGraphProcessor copied to clipboard
Default input and output parameters
Add a way to create fixed, unremovable parameters. This would allow for safer graph definitions for specific usecases where the graph must have an input and an output always.
Example: Noise graph (that I'm coding). The graph must always have an float2 input parameter and a float output parameter.