Files
test2/source
Campbell Barton b5f820cd87 added rna api MVert,MFace & MEdge index properties
eg.
 for v in me.verts: print(v.index)

added calc_edges as an option eg.
  mesh.update(calc_edges=True)

This is needed when adding faces to an existing mesh which create new edges.
2009-10-12 19:34:58 +00:00
..
2009-09-29 05:22:44 +00:00
2009-09-28 03:19:52 +00:00
2009-10-06 17:01:00 +00:00