Script to Export Objects to Individual Files by Name?

Hello all

Is there a Python script that can export all the objects to a certain (very primitive/uncommon) file format, to their own files?

For example I have a ball and a box named ‘Ball’ and ‘Box’. I run the script and it exports to two different files titled ‘Ball’ and ‘Box’, each composed of the respective object.

Or is it possible to do it by layer?

Thanks

Ron

A script called “io_export_multiple_objs.py” does exactly that for .obj files, I use it and it works like a charm. Maybe you can adopt from that script for your uncommon file format.

Hm… I guess I’ll try that.

:slight_smile: and combine with: Export only selected objects & export as .blend