<?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 Maxscript-weld vertices in 3ds Max Programming Forum</title>
    <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/maxscript-weld-vertices/m-p/4048428#M25503</link>
    <description>Hello,&lt;BR /&gt;I'm fairly new at writing maxscripts and I'm hoping someone out there can help me.&lt;BR /&gt;&lt;BR /&gt;This is what I need to do.&lt;BR /&gt;&lt;BR /&gt;-I need to select all objects in the scene one by one in an array&lt;BR /&gt;-convert each object to an editable mesh&lt;BR /&gt;-select all vertices within that object&lt;BR /&gt;-weld all vertices with a variable threshhold&lt;BR /&gt;&lt;BR /&gt;Thank You in advance.</description>
    <pubDate>Sat, 06 Dec 2008 04:43:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-12-06T04:43:12Z</dc:date>
    <item>
      <title>Maxscript-weld vertices</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/maxscript-weld-vertices/m-p/4048428#M25503</link>
      <description>Hello,&lt;BR /&gt;I'm fairly new at writing maxscripts and I'm hoping someone out there can help me.&lt;BR /&gt;&lt;BR /&gt;This is what I need to do.&lt;BR /&gt;&lt;BR /&gt;-I need to select all objects in the scene one by one in an array&lt;BR /&gt;-convert each object to an editable mesh&lt;BR /&gt;-select all vertices within that object&lt;BR /&gt;-weld all vertices with a variable threshhold&lt;BR /&gt;&lt;BR /&gt;Thank You in advance.</description>
      <pubDate>Sat, 06 Dec 2008 04:43:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/maxscript-weld-vertices/m-p/4048428#M25503</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-06T04:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Maxscript-weld vertices</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/maxscript-weld-vertices/m-p/4048429#M25504</link>
      <description>Bummer,this beign my first time posting,  I was hoping to get some help on this board. Maybe I could get someone to point me to a resource or somewhere where I may be able to find this info. Thanks in advance.</description>
      <pubDate>Tue, 09 Dec 2008 22:44:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/maxscript-weld-vertices/m-p/4048429#M25504</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-09T22:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Maxscript-weld vertices</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/maxscript-weld-vertices/m-p/4048430#M25505</link>
      <description>Please remember that this is a peer-to-peer forum, users only here - it's not a shortcut to AME support - so you're dependent on a user with knowledge of your particular question seeing the thread and being in a position to respond.</description>
      <pubDate>Tue, 09 Dec 2008 23:38:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/maxscript-weld-vertices/m-p/4048430#M25505</guid>
      <dc:creator>Steve_Curley</dc:creator>
      <dc:date>2008-12-09T23:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Maxscript-weld vertices</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/maxscript-weld-vertices/m-p/4048431#M25506</link>
      <description>Note that if you want to be able to vary the Threshold value you will complicate the script considerably. &lt;BR /&gt;All the information is in the Maxscript help though it's sometimes not easy to find.&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;&lt;BR /&gt;for Obj in $Geometry do&lt;BR /&gt;    (&lt;BR /&gt;    convertToMesh Obj&lt;BR /&gt;    meshop.weldVertsByThreshold Obj Obj.verts 10.0    &lt;BR /&gt;    )&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 10 Dec 2008 00:36:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/maxscript-weld-vertices/m-p/4048431#M25506</guid>
      <dc:creator>Steve_Curley</dc:creator>
      <dc:date>2008-12-10T00:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Maxscript-weld vertices</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/maxscript-weld-vertices/m-p/4048432#M25507</link>
      <description>Steve Curley, Thank you very much you have saved me lots of time, It is greatly appreciated.</description>
      <pubDate>Wed, 10 Dec 2008 01:07:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/maxscript-weld-vertices/m-p/4048432#M25507</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-10T01:07:30Z</dc:date>
    </item>
  </channel>
</rss>

