Blender Git Loki
Git Commits -> Revision b5f820c
Revision b5f820c by Campbell Barton (master) October 12, 2009, 19:34 (GMT) |
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. |
Commit Details:
Full Hash: b5f820cd874a7b3ca1de81103b99969429adfd6c
SVN Revision: 23793
Parent Commit: 0696cf2
Lines Changed: +43, -3