Blender Git Loki
Git Commits -> Revision 7d325f1
Revision 7d325f1 by Ken Hughes (master) October 19, 2005, 21:24 (GMT) |
- New additions to Mesh module - new methods from NMesh (transform, getFromObject, findEdges) - new methods for deleting groups of verts, edges and faces - new methods for accessing mesh editing tools: fill, flipNormals, recalcNormals, remDoubles, smooth, subdivide, toSphere - Added PVertType to Types module (not my favorite name; any suggestions?) |
Commit Details:
Full Hash: 7d325f1ed42dcacaa0aed85da7e311571e5bfa19
SVN Revision: 5518
Parent Commit: b83f318
Lines Changed: +1585, -70
6 Modified Paths:
/source/blender/python/api2_2x/doc/Mesh.py (+199, -6) (Diff)
/source/blender/python/api2_2x/doc/Types.py (+4, -1) (Diff)
/source/blender/python/api2_2x/Mesh.c (+1374, -59) (Diff)
/source/blender/python/api2_2x/Mesh.h (+3, -3) (Diff)
/source/blender/python/api2_2x/Types.c (+3, -0) (Diff)
/source/blender/python/api2_2x/Types.h (+2, -1) (Diff)
/source/blender/python/api2_2x/doc/Types.py (+4, -1) (Diff)
/source/blender/python/api2_2x/Mesh.c (+1374, -59) (Diff)
/source/blender/python/api2_2x/Mesh.h (+3, -3) (Diff)
/source/blender/python/api2_2x/Types.c (+3, -0) (Diff)
/source/blender/python/api2_2x/Types.h (+2, -1) (Diff)