How do you call the blender decimator in your own code?

Hi,

Would someone please tell me how I could call the blender decimator in my own python
code? I have quite a few 3D models which has really large polygon counts, I would like
to write a python script so I can run it inside blender and redue their complexities.

Thanks a lot.

didu

python doesn’t have access to the decimator

[besides, it’s buggy]

Doh!! Would you know any 3rd party python scripts that does decimation
on blender mesh objects?

Thanks a lot!!

there’s been talk about a new decimator that someone (theeth?) wrote, ideasman knows about it at least, dunno if it’s in cvs or somewhere yet. is reportedly great…

~Toni