Mesh.Vertices accuracy seems wrong, why?

From the Python floating point tutorial perhaps my favourite bit is this:

print ( 0.1 + 0.1 + 0.1 == 0.3)

Just paste that in EditPythonEditor and run it :slight_smile:

4 Likes