I am using the attached script by Clement Greiner to numerize the vertices of a mesh.
Since switching to rhino 8 the script is not longer working, instead I get this error message.
Any ideas how to fix this? Thanks in advance.
i copied the “NumerizeMeshVerts.py”
from
“C:\Program Files\Rhino 6\Scripts”
to
“C:\Program Files\Rhino 8\Scripts”
and set the command
from
"_NoEcho ! _-RunPythonScript “C:\Program Files\Rhino 6\Scripts\NumerizeMeshVerts.py”
to
"_NoEcho ! _-RunPythonScript “C:\Program Files\Rhino 8\Scripts\NumerizeMeshVerts.py”