Grouping nodes destroys drivers

If you group a bunch of nodes whose parameters are controlled by drivers, they’re all wired up and therefore no longer driven by the drivers anymore.

It would be great if the grouping code could check if there’s a driver on each parameter and then either:

  1. dont wire it up
  2. move the driver to the front end group parameter. Ungrouping would move it back to the original node.