Blender Git Loki
Git Commits -> Revision 1ba1589
Revision 1ba1589 by Ken Hughes (master) November 8, 2005, 21:50 (GMT) |
-- changes and bugfixes from Cam: -- calling mesh.getFromObject(obj) with mesh object now also copies material properties -- mesh.quadToTriangle() takes a parameter to duplicate both Ctrl-TKEY and Shift-Ctrl-TKEY actions -- assigning None to mesh.verts "clears" the memory allocated to the mesh (equivalent of Mesh.New(), but on an existing mesh) -- exception handler message for mesh.faces[i].uv = [..] more clear (uv attribute only accepts tuple, not list) -- fixed bug for meshs with deformed verts when deleting verts (deformed verts deleted and repacked correctly now, I think) |
Commit Details:
Full Hash: 1ba15893bd0896174396227b8c6e2f3c1373ebe0
SVN Revision: 5740
Parent Commit: c217188
Lines Changed: +129, -64