Blender Git Loki
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