This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/python/intern
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-04-01 12:43:07 +00:00
2009-06-05 12:48:58 +00:00
2009-10-09 01:34:46 +00:00
2009-08-15 16:36:25 +00:00
2009-08-10 15:39:11 +00:00
2009-07-22 09:41:41 +00:00