Blender Git Commit Log
Git Commits -> Revision d3dd1da
Revision d3dd1da by Chris Want (master) May 11, 2006, 17:42 (GMT) |
The algorithm to export vertex color was very inefficient (for every vertex it would potentially loop through every face). This fix speeds it up a bit (only loops through all faces once, at the cost of some additional memory). An example of export times for a mesh with 6266 verts and 12528 faces: Before: 2m56s After: 8s |
Commit Details:
Full Hash: d3dd1da8d429ea72ad42afe4b34692c345ef8c78
SVN Revision: 7403
Parent Commit: cfbbd8a
Lines Changed: +11, -14
1 Modified Path:
/release/scripts/vrml97_export.py (+11, -14) (Diff)