My script is taking 12 hours+ any suggestions?

Miki Tebeka tebeka at cs.bgu.ac.il
Sun Aug 31 03:16:16 EDT 2003


Hello,

> Hi I have a made a script that process normals for a flat shaded 3D mesh's.
> It compares every vert with every other vert to look for verts that can 
> share normals and It takes ages.
> 
> I'm not asking anyone to rewrite the script- just have a look for any 
> stupid errors that might be sucking up time.
If you're running on x86 you might want to try psyco (http://psyco.sourceforge.net).

Miki




More information about the Python-list mailing list