KCM ignore unused nodes?

Is there a way we can get MagmaFlow to ignore unused nodes? Everything upstream from the output is valid, but if I add a new node, one that is disconnected to anything, the KCM fails.

  • Chad

I could tweak the conversion process so that the internal flow passed to the compiler does not contain any unconnected Operators, but then the error messages which are supposed to tell you about problems in the flow would not appear. I could make it an option.
We already skips unconnected Inputs.
In the mean time, you can disable unconnected nodes via Pass-Through, in that case they are ignored.
Just press Ctrl+U to select Unconnected, then Ctrl+P to set the selected nodes to pass-through.

I’ll try that. It’s just disconcerting when your PRT disappears even though your flow looks perfectly fine.