[Bf-python] face.edges ?

jms jmsoler at free.fr
Sat Mar 19 10:39:35 CET 2005


I suppose that you are rather asking  for a edge index in the face data  
because you can do this :

import Blender
mesh = Blender.NMesh.GetRaw("Plane")
for f in mesh.faces:
     print  mesh.faces.index(f)

And it works  in the Blender 2.28  version and in olders ones too

-jms-




More information about the Bf-python mailing list