And there is a drag-and-drop plugin too...it supports multiple files http://area.autodesk.com/downloads/plugins/obj_drag_and_drop_importer_python
From: [email protected] [mailto:[email protected]] On Behalf Of Philip Melancon Sent: April-25-12 8:49 AM To: [email protected] Subject: Re: Anybody has a multiple OBJ file importer script or plugin? Here's a simple script that works fine for me, hope it helps ##Begin import os, glob geoPath = #INSERT PATH HERE for infile in glob.glob( os.path.join(geoPath, '*.obj') ): Application.ObjImport(infile, 1, 0, True, True, False, True) ##End -Phil On 4/25/2012 8:32 AM, Marc-Andre Carbonneau wrote: Hi, I need to import around 60 OBJ files in one scene. The Softimage OBJ importer doesn't let me multi-select files. Does anybody have a multiple OBJ file importer script or plugin? Or knows a trick? Thanks MAC No virus found in this message. Checked by AVG - www.avg.com<http://www.avg.com> Version: 2012.0.1913 / Virus Database: 2411/4957 - Release Date: 04/24/12
<<attachment: winmail.dat>>

