Blender Git Commit Log

Git Commits -> Revision b62b9f1

Revision b62b9f1 by Campbell Barton (master)
September 1, 2011, 09:11 (GMT)
ability to create polygons and loops from python (low level mesh creation access, not nice api but functional).

updated:
mesh.from_pydata(vert, edge, polys)
... so it can take polygons rather then faces, this is much better suited for scripter access.

Commit Details:

Full Hash: b62b9f16b89441a23143b44d338608781c2e90d1
SVN Revision: 39839
Parent Commit: 1db6d62
Lines Changed: +133, -28

4 Modified Paths:

/release/scripts/modules/bpy_types.py (+11, -14) (Diff)
/source/blender/editors/include/ED_mesh.h (+2, -0) (Diff)
/source/blender/editors/mesh/mesh_data.c (+105, -4) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+15, -10) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021