<?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 Broken/missing function: Unwrap_UVW.snap() in 3ds Max Programming Forum</title>
    <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/broken-missing-function-unwrap-uvw-snap/m-p/10535219#M5076</link>
    <description>&lt;DIV class="body_content"&gt;&lt;DIV class="section"&gt;&lt;DIV class="codeBlock"&gt;I can't get this to work. I get the error:&amp;nbsp;-- Unknown property: "snap" in Unwrap_UVW:Unwrap UVW. Is this just a missing / broken function, or am I doing something wrong?&lt;/DIV&gt;&lt;DIV class="codeBlock"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="codeBlock"&gt;I've tried many things, but this is a general test case:&lt;/DIV&gt;&lt;DIV class="codeBlock"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;b = box()
u = unwrap_uvw()
addmodifier b u
max modify mode
modPanel.setCurrentObject u
u.edit()
b.unwrap_uvw.snap()&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="codeBlock"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="codeBlock"&gt;From Maxscript help:&lt;/DIV&gt;&lt;DIV class="codeBlock"&gt;&lt;PRE&gt;&amp;lt;void&amp;gt;&amp;lt;Unwrap_UVW&amp;gt;.snap() &lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;Presses the Snap button in the edit floater.&lt;/P&gt;&lt;P&gt;Exposed via unwrap interface in 3ds Max 4 and higher.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Aug 2021 19:55:55 GMT</pubDate>
    <dc:creator>senorpablo</dc:creator>
    <dc:date>2021-08-10T19:55:55Z</dc:date>
    <item>
      <title>Broken/missing function: Unwrap_UVW.snap()</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/broken-missing-function-unwrap-uvw-snap/m-p/10535219#M5076</link>
      <description>&lt;DIV class="body_content"&gt;&lt;DIV class="section"&gt;&lt;DIV class="codeBlock"&gt;I can't get this to work. I get the error:&amp;nbsp;-- Unknown property: "snap" in Unwrap_UVW:Unwrap UVW. Is this just a missing / broken function, or am I doing something wrong?&lt;/DIV&gt;&lt;DIV class="codeBlock"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="codeBlock"&gt;I've tried many things, but this is a general test case:&lt;/DIV&gt;&lt;DIV class="codeBlock"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;b = box()
u = unwrap_uvw()
addmodifier b u
max modify mode
modPanel.setCurrentObject u
u.edit()
b.unwrap_uvw.snap()&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="codeBlock"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="codeBlock"&gt;From Maxscript help:&lt;/DIV&gt;&lt;DIV class="codeBlock"&gt;&lt;PRE&gt;&amp;lt;void&amp;gt;&amp;lt;Unwrap_UVW&amp;gt;.snap() &lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;Presses the Snap button in the edit floater.&lt;/P&gt;&lt;P&gt;Exposed via unwrap interface in 3ds Max 4 and higher.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 19:55:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/broken-missing-function-unwrap-uvw-snap/m-p/10535219#M5076</guid>
      <dc:creator>senorpablo</dc:creator>
      <dc:date>2021-08-10T19:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Broken/missing function: Unwrap_UVW.snap()</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/broken-missing-function-unwrap-uvw-snap/m-p/10538812#M5077</link>
      <description>&lt;P&gt;something goes wrong...&lt;/P&gt;&lt;P&gt;what max version do you use?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try these lines one by one in the max script listener:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;b = box()
u = unwrap_uvw()
addmodifier b u
b.unwrap_uvw.snap()
u.snap()&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;they should all work in any max version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 23:59:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/broken-missing-function-unwrap-uvw-snap/m-p/10538812#M5077</guid>
      <dc:creator>denisT.MaxDoctor</dc:creator>
      <dc:date>2021-08-11T23:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Broken/missing function: Unwrap_UVW.snap()</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/broken-missing-function-unwrap-uvw-snap/m-p/10541760#M5078</link>
      <description>&lt;P&gt;I'm using Max 2020.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Listener results:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;b = box()
$Box:Box002 @ [0.000000,0.000000,0.000000]
u = unwrap_uvw()
Unwrap_UVW:Unwrap UVW
addmodifier b u
OK
b.unwrap_uvw.snap()
-- Unknown property: "snap" in Unwrap_UVW:Unwrap UVW
-- MAXScript callstack:
--	thread data: threadID:10156
--	------------------------------------------------------
--	[stack level: 0]
--	In top-level
u.snap()
-- Unknown property: "snap" in Unwrap_UVW:Unwrap UVW
-- MAXScript callstack:
--	thread data: threadID:10156
--	------------------------------------------------------
--	[stack level: 0]
--	In top-level&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 23:35:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/broken-missing-function-unwrap-uvw-snap/m-p/10541760#M5078</guid>
      <dc:creator>senorpablo</dc:creator>
      <dc:date>2021-08-12T23:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Broken/missing function: Unwrap_UVW.snap()</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/broken-missing-function-unwrap-uvw-snap/m-p/10543287#M5079</link>
      <description>&lt;P&gt;Are you looking for &lt;FONT face="courier new,courier"&gt;.snapToggle()&lt;/FONT&gt;?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 13:45:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/broken-missing-function-unwrap-uvw-snap/m-p/10543287#M5079</guid>
      <dc:creator>Swordslayer</dc:creator>
      <dc:date>2021-08-13T13:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Broken/missing function: Unwrap_UVW.snap()</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/broken-missing-function-unwrap-uvw-snap/m-p/10544415#M5080</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1275790"&gt;@Swordslayer&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Are you looking for &lt;FONT face="courier new,courier"&gt;.snapToggle()&lt;/FONT&gt;?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes, thank you!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;None of the Maxscript documentation I referenced 2020-2022 lists anything other than Snap() for that command--which is incorrect. Showproperties doesn't list the command either. How/where did you figure out it the correct function is SnapToggle()?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 22:39:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/broken-missing-function-unwrap-uvw-snap/m-p/10544415#M5080</guid>
      <dc:creator>senorpablo</dc:creator>
      <dc:date>2021-08-13T22:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Broken/missing function: Unwrap_UVW.snap()</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/broken-missing-function-unwrap-uvw-snap/m-p/10544611#M5081</link>
      <description>&lt;P&gt;Macrorecorder is the fast option, or if you know roughly what you're looking for and macrorecorder won't help, you can use&amp;nbsp;&lt;FONT face="courier new,courier"&gt;showInterfaces $.unwrapuvw&lt;/FONT&gt; and search through the output.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Aug 2021 01:25:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/broken-missing-function-unwrap-uvw-snap/m-p/10544611#M5081</guid>
      <dc:creator>Swordslayer</dc:creator>
      <dc:date>2021-08-14T01:25:06Z</dc:date>
    </item>
  </channel>
</rss>

