Blender Git Commit Log

Git Commits -> Revision 83ea72d

Revision 83ea72d by Ken Hughes (master)
February 10, 2006, 00:08 (GMT)


===Python API===
Three more changes for the Mesh module:
(1) Bug fix for UV vertices ("sticky"). me->msticky was not being updated
when vertices were added or deleted from the mesh.
(2) Vertex, edge and face .extend() methods accept zero-length sequences
instead of throwing an exception. (Note that not giving any argument
is still an error).
(3) Edge and face .extend() methods ignore "invalid" edges or faces which
have the same vertex twice instead of throwing an exception. Cam and I
argued about this for a while... :-)

Ken

Commit Details:

Full Hash: 83ea72de1ad6f37a754e7aa39c8a55d244314481
SVN Revision: 6777
Parent Commit: 5418969
Lines Changed: +90, -33

2 Modified Paths:

/source/blender/python/api2_2x/doc/Mesh.py (+9, -8) (Diff)
/source/blender/python/api2_2x/Mesh.c (+81, -25) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021