NodeGraphProcessor icon indicating copy to clipboard operation
NodeGraphProcessor copied to clipboard

Default input and output parameters

Open lucasmontec opened this issue 3 years ago • 0 comments

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.

lucasmontec avatar Feb 12 '22 20:02 lucasmontec