Blender Git Commit Log
Git Commits -> Revision 2ee94cb
Revision 2ee94cb by Ken Hughes (master) August 24, 2006, 20:02 (GMT) |
===Python API=== New keyword parameters for Mesh.faces.extend() method: * ignoreDups: turns off checks for duplicate faces in the input list and existing mesh faces. Intended for constructing new meshes where the faces are known to be unique. * indexList: makes the method return a list of new faces indices, which can be used to index new faces to add other attributes like color. If duplicate faces are removed, None is placed in their list slot. |
Commit Details:
Full Hash: 2ee94cbbac6fc2017dbb099ddf0c418e52c2e28b
SVN Revision: 8378
Parent Commit: de762ae
Lines Changed: +81, -38