View Single Post
# 8 08-05-2012 , 04:00 AM
NextDesign's Avatar
Technical Director
Join Date: Feb 2004
Posts: 2,988
Sure, use something like the following to get the files in a given directory, then go through each found file, and import it.

Code:
getFileList -folder "/Users/gman/Desktop/" -filespec "*.obj";


Imagination is more important than knowledge.