Blender Git Commit Log
Git Commits -> Revision 5380db5
Revision 5380db5 by Ken Hughes (master) October 11, 2005, 04:09 (GMT) |
- added Mesh.MVert(); can now create 'thick' vertices which don't wrap mesh - implemented slice operations (get/set) for vertex list; allows script writers to manipulate lists of vertices (using 'thick' vertices) - fixed problem in mesh.faces.extend() which allowed the creation of "Eeekadoodle" faces - added mesh.update() method; (possibly) temporary fix to allow updating DAG |
Commit Details:
Full Hash: 5380db502e6513e6d813bea62867da393a909a10
SVN Revision: 5487
Parent Commit: b970ead
Lines Changed: +573, -70