It is python so yes you need to use that. You can use oObj.Name instead of oObj.FullName and it won't add the model name.
2015-07-18 8:52 GMT+02:00 Tenshi . <[email protected]>: > thanks, > I tried with vbscript, and i get an error. > I tried with python, and i get 2 errors, 1) it export to the project > folder, not the folder i say. 2) the files comes out with long > nomenclature, my object name is: "sc_radiator_lockshield_valve_C", but it > comes out like this: "Modelssc_radiator.sc_radiator_lockshield_valve_C.obj" > > > On Fri, Jul 17, 2015 at 7:15 PM, Mario Reitbauer < > [email protected]> wrote: > >> 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 >> ------------------------------------------ >> > > -- ------------------------------------------ [email protected] 0049 (0)157 86272215 Professor-Brix-Weg 9 22767 Hamburg ------------------------------------------

