Hi,
Lots of our nodes/time are spent on value remapping - would be great to have a node that takes a value as input, target min, max and slope. Would save lots of nodes and time
Thanks!
Hi,
Lots of our nodes/time are spent on value remapping - would be great to have a node that takes a value as input, target min, max and slope. Would save lots of nodes and time
Thanks!
This sounds like a more limited version of the Curve node to me - what does the Curve node not do that you want to achieve through the new node?
Why donโt you wire your own BLOP that does what you want, packing a Clamp and a Power operator to adjust the min, max, and slope?
Yeah, a blackbox might do it, Iโll try.