if I set a value in a math node like 1 E-9
I see only 0 in the field
so does this work ?
or there is another way to do it ?
thanks
happy cl
if I set a value in a math node like 1 E-9
I see only 0 in the field
so does this work ?
or there is another way to do it ?
thanks
happy cl
1e-9 is so small… any way the float algorithm will try to store it as 1e-9, even if you only see 0.000 in the nodes.
for example, if you test (2e-9) is greater than (1e-9), the result will be 1 even if the nodes show 0.000
so this is seen as a python var not a bl var which is single precision ?
do you know is there any example of doing some custom nodes set up to learn from it
would be a lot easier to do the math in python and pass it on to nodes !
thanks
happy bl