|
I’ll move it in the morning, after you’ve had chance to read this.
You’ll get the import dialog once which allows you to make any import option changes you want, then it just goes ahead and imports all the others.
Change the path to suit your system.
(
theFiles = getFiles "c:/imports/*.obj"
for t = 1 to theFiles.count do
importFile theFiles[t] #noprompt using:Wavefront_Object )
Author: Steve_Curley
|