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

Reply via email to