Is there a way to bulk export OBJ files out of DAZ?
SirArtist
Posts: 13
I can manually export each one - but sometimes there are a lot. Dragging them out doesn't work, even though the reverse does work. Are there any scripts for this, or hot key I've missed?
Comments
I don't quite understand the question, what exactly are you trying to export? You say bulk export OBJ files, but obviously you're not exporting files but scenes. If you use the export option you'll export everything that's currently within your viewport, so... there's no need to use "bulk" because you're already exporting everything that's currently loaded.
This http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/samples/file_io/export_obj_silent/start gives a script for exporting without prompting for options, all you'd need to add is the ability to iterate over objects in the scene or whatever it is you are wanting to export.
put all your objects into a scene and export as obj. everything in the scene will export.
Thanks Richard! I'll give that a try.