Blender Git Loki
Git Commits -> Revision 34c11de
Revision 34c11de by Campbell Barton (master) January 11, 2007, 06:48 (GMT) |
improved this script * use mesh.transform instead of a python matrix multiplication function. * use the image filename rather then ID name for the URL * use the scenes world rather then the first world for getting world data. * mesh.verts.index(face.vert[i]) is extreamly slow!, use face.vert[i].index instead. also got rid of a face loop in a face loop that didnt do anything. Still need to move this script to Mesh from NMesh |
Commit Details:
Full Hash: 34c11de62a1f2c53fecf61b5e41be435d5a88232
SVN Revision: 9708
Parent Commit: 99857e4
Lines Changed: +86, -110
1 Modified Path:
/release/scripts/x3d_export.py (+86, -110) (Diff)