flowpipe
flowpipe copied to clipboard
Virtual Node Connection without input/output connection
It would be cool to being able create a flowpipe connection between flowpipe nodes without using the parameters so instead of:
workers.outputs['output'].connect(build_walls.inputs['input'])
using e.g.
workers.connect(build_walls)
This avoids the need to create empty dummy inputs/outputs.