Awesome addon, really helps to implement functions quickly and avoid errors!
A little naming confusion I noticed, is that "floored modulo" is called with "fmod(x,y)". However fmod stands for "float modulo" usually and is the osl default modulo used by the truncated modulo node, meaning % and fmod(x,y) should be identical. I might make sense to use a different name to call floored modulo, but of course that's just a small thing.
I appreciate the addon and especially the clean visualization
Awesome addon, really helps to implement functions quickly and avoid errors!
A little naming confusion I noticed, is that "floored modulo" is called with "fmod(x,y)". However fmod stands for "float modulo" usually and is the osl default modulo used by the truncated modulo node, meaning % and fmod(x,y) should be identical. I might make sense to use a different name to call floored modulo, but of course that's just a small thing.
I appreciate the addon and especially the clean visualization