I want to add vertices to existing mesh. Here the steps I am using to add a single vertex to the mesh:
- Select the mesh.
- $.numverts+=1 --increase the number of vertices by 1
- setvert $ ($.numverts) v --v is the vertex value
The code seems to worck fine, but after disselecting the mesh it fu***s up and the mesh just disapears. What am I doing wrong and is there a way to fix it?