<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: importing sequence of obj files in 3ds Max Programming Forum</title>
    <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/importing-sequence-of-obj-files/m-p/4138306#M22516</link>
    <description>Maybe my Batch Loader script will help you as well ;&amp;amp;#41;&lt;BR /&gt;&lt;A href="http://www.scriptspot.com/3ds-max/scripts/batch-loader" target="_blank"&gt;http://www.scriptspot.com/3ds-max/scripts/batch-loader&lt;/A&gt;</description>
    <pubDate>Wed, 10 Mar 2010 19:36:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-03-10T19:36:08Z</dc:date>
    <item>
      <title>importing sequence of obj files</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/importing-sequence-of-obj-files/m-p/4138302#M22512</link>
      <description>I need to import a sequence of .obj files. I have generated a sequence of geometry in another package, and due to changing point counts per frame, Fbx doesn't seem to work, so I wrote out a sequence of .obj files.&lt;BR /&gt;&lt;BR /&gt;If this requires a script, does anyone have one already written?</description>
      <pubDate>Tue, 09 Mar 2010 17:48:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/importing-sequence-of-obj-files/m-p/4138302#M22512</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-09T17:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: importing sequence of obj files</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/importing-sequence-of-obj-files/m-p/4138303#M22513</link>
      <description>i don't know offhand of a script to do that, but it should be pretty easy to write one.&lt;BR /&gt;getFiles &amp;amp;#40;to get a list of the obj files in the folder&amp;amp;#41;&lt;BR /&gt;a for/next loop to iterate over them&lt;BR /&gt;importFile &amp;amp;#40;to actually do the import&amp;amp;#41;&lt;BR /&gt;&lt;BR /&gt;This is more of a Maxscript question than a max question and may be better suited to the Maxscript forum. If you want the thread moved, just ask &amp;amp;#40;don't create a duplicate thread please&amp;amp;#41;.</description>
      <pubDate>Tue, 09 Mar 2010 18:47:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/importing-sequence-of-obj-files/m-p/4138303#M22513</guid>
      <dc:creator>Steve_Curley</dc:creator>
      <dc:date>2010-03-09T18:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: importing sequence of obj files</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/importing-sequence-of-obj-files/m-p/4138304#M22514</link>
      <description>Thanks, sounds right. Not sure who to ask for a move, though. New to max script and frankly tired of learning scripting languages, so if I could find a template or something close that would be great.</description>
      <pubDate>Tue, 09 Mar 2010 23:49:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/importing-sequence-of-obj-files/m-p/4138304#M22514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-09T23:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: importing sequence of obj files</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/importing-sequence-of-obj-files/m-p/4138305#M22515</link>
      <description>I'll move it in the morning, after you've had chance to read this.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;Change the path to suit your system.&lt;BR /&gt;&lt;PRE&gt;&lt;BR /&gt;&amp;amp;#40;&lt;BR /&gt;theFiles = getFiles "c:/imports/*.obj"&lt;BR /&gt;&lt;BR /&gt;for t = 1 to theFiles.count do&lt;BR /&gt;   importFile theFiles&lt;T&gt; #noprompt using:Wavefront_Object&lt;BR /&gt;&amp;amp;#41;&lt;BR /&gt;&lt;/T&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 10 Mar 2010 00:21:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/importing-sequence-of-obj-files/m-p/4138305#M22515</guid>
      <dc:creator>Steve_Curley</dc:creator>
      <dc:date>2010-03-10T00:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: importing sequence of obj files</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/importing-sequence-of-obj-files/m-p/4138306#M22516</link>
      <description>Maybe my Batch Loader script will help you as well ;&amp;amp;#41;&lt;BR /&gt;&lt;A href="http://www.scriptspot.com/3ds-max/scripts/batch-loader" target="_blank"&gt;http://www.scriptspot.com/3ds-max/scripts/batch-loader&lt;/A&gt;</description>
      <pubDate>Wed, 10 Mar 2010 19:36:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/importing-sequence-of-obj-files/m-p/4138306#M22516</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-10T19:36:08Z</dc:date>
    </item>
  </channel>
</rss>

