Really handy, but I agree with Iliya in some sense, it's just that the word epsilon is appropriate it would make more sense to call it "range" or something more appropriate. And adding another…
Good spot! Thanks.
I'm not reviewer so I don't have ability to approve but this is a good to go from me.
Just use one more compare nodes and boolean math?
Yes this is possible. Heck let's remove Not Equal operator and replace with Equal and then a Not boolean. Just one more node just makes…
Please see use case in video so it is not meaningless. Sure they can also use or abuse math float node or compare node with float datatype. This makes things tidy from a user perspective with the…
I think it is easier to keep here rather than bloat blenlib but if you want it in blenlib can you advise which file it should go?
This was derived from divide_round_i
but fixed to be safe and handle negative inputs to match float output from math::round(math::safe_divide(a, b))
.
I've added a comment to this affect…