|
 |
Le 2026-08-04 à 07:26, Maetes a écrit :
>
> Whow, great, thanks for that.
>
> I had to quit the execution of the script, after more than 3 minutes it was
> parsing and parsing ...
Over 3 minutes of parsing ? Check if you have some infinite loop
somewhere. That or a MASSIVE mesh with several million of triangles.
Before parsing the mesh, add a debug statement to display the number of
triangles and vertices.
Within any loop, add a debug to show you a loop counter every 100, 200,
500 or 1000 iterations.
Post a reply to this message
|
 |