I was just wondering if the above is possible?
Say you have a simple copystamp operation on a grid.
Your random rotation on the stamped copies is set to rotvar = fit(360*rand($PT),0,1,-180,180).
This all works fine.
If I pack the setup into a subnet, is it possible to replace the -180,180 with sliders and link those back into the expression?
e.g. I made two (integer) sliders in the subnet UI named minrot (-180<–>0) and maxrot (0<–>180), and linked them back into the expression:
rotvar = fit(360*rand($PT),0,1, ‘../../subnet/minrot’, ‘../../subnet/maxrot’)
There's no errors, but the sliders in the subnet aren't working. I feel I'm close, but missing something here

cheers for any tips, links etc.
rob


