[Bf-python] Does mesh.verts really contain NMVerts ?

Gert De Roost paleajed at yahoo.com
Sat Feb 26 17:45:40 CET 2005


Consider this line of code (mesh is an NMesh):

face = NMesh.Face(mesh.verts[0], mesh.verts[1],
mesh.verts[2])

It returns:
TypeError: expected a list of vertices or nothing as
argument


Isn't this supposed to work?
How do I make new faces based on vertices that are
already in the mesh ?


.gert.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the Bf-python mailing list