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

5 Modified Paths:

/source/blender/editors/include/ED_mesh.h (+1, -1) (Diff)
/source/blender/editors/mesh/mesh_data.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+36, -0) (Diff)
/source/blender/makesrna/intern/rna_mesh_api.c (+1, -0) (Diff)
/source/blender/python/intern/bpy_interface.c (+3, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021