Hello.
Does anyone know how to get the value of parameter in the Designer in the function of one parameter? For example, in Splatter Circular create a function for Pattern Amount, and in it get the value from Radius?
That function wants an integer output - use a To Integer node.
It won't work because radius is probably less than 1 so the result will be 0 but if you multiply it by a number you'll get results
Replies
That function wants an integer output - use a To Integer node.
It won't work because radius is probably less than 1 so the result will be 0 but if you multiply it by a number you'll get results