No need for a special exporter. You can script that with the existing one. Try this (just change the path in the script and select your objects you want to export):
savePath = "D:\\3D\\Projects\\blackbeard\\xsi\\" for i in range(0,Application.Selection.Count): oObj = Application.Selection(i) Application.ObjExport(savePath + oObj.FullName , "", "", "", "", "", "", "", "", "", 0, False, False, "", False) 2015-07-18 1:03 GMT+02:00 Tenshi . <[email protected]>: > Hi guys, > > Anyone knows a good Obj exporter for Softimage? > > I'm looking to export a lot of geometry with their own nomenclature. The > XSI default one, let me export one at a time, or one big file with > everything inside, so i need something that let me export individually > files but at the same time with their own names. (need to do a lot of > uv's). > > thanks in adv, > -- ------------------------------------------ [email protected] 0049 (0)157 86272215 Professor-Brix-Weg 9 22767 Hamburg ------------------------------------------

