mesh_plugin_demo.zip ~ 2.8mb

i have uploaded a time unlimited demo with a 777 polygon limit.

i don't think it will crash anymore.

things to know:
- the two models must have the same face count
- the vertices of the two models must be at exactly the same positions
- the triangles of the two models must have the same vertex order
(these three points usually are the case if you export them from the same application)
- you can't use vec_for_mesh/vec_to_mesh anymore with a replaced mesh
- it only works with the beta at the moment

if you want to license it already you can write me a pm.

(something else to know:
there seems to be a model loading bug in the recent betas.
http://www.coniserver.net/ubbthreads/showflat.php/Cat/0/Number/751735/an/0/page/0#Post751735
my plugin is only interested in the texture coordinates of the second model but because of this bug the second model needs some dummy texture. best assign the light map as external texture like in my example. this isn't a problem of my plugin though.)