<?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 Call &amp;quot;Align Vertical/Horizontal In Place&amp;quot; in MaxScript in 3ds Max Programming Forum</title>
    <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/call-quot-align-vertical-horizontal-in-place-quot-in-maxscript/m-p/14228551#M29579</link>
    <description>&lt;P&gt;Wondering if it is possible to call the equivalent functionality to the UVW Editor's "Align Vertical/Horizontal In Place" buttons in a MaxScript. I can see "Align Vertical/Horizontal to Pivot"&amp;nbsp; functions are `unwrap.align true/false`, but not for the equivalent of the "In Place" versions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
    <pubDate>Mon, 10 Aug 2026 14:39:33 GMT</pubDate>
    <dc:creator>t_scottSASUE</dc:creator>
    <dc:date>2026-08-10T14:39:33Z</dc:date>
    <item>
      <title>Call "Align Vertical/Horizontal In Place" in MaxScript</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/call-quot-align-vertical-horizontal-in-place-quot-in-maxscript/m-p/14228551#M29579</link>
      <description>&lt;P&gt;Wondering if it is possible to call the equivalent functionality to the UVW Editor's "Align Vertical/Horizontal In Place" buttons in a MaxScript. I can see "Align Vertical/Horizontal to Pivot"&amp;nbsp; functions are `unwrap.align true/false`, but not for the equivalent of the "In Place" versions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2026 14:39:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/call-quot-align-vertical-horizontal-in-place-quot-in-maxscript/m-p/14228551#M29579</guid>
      <dc:creator>t_scottSASUE</dc:creator>
      <dc:date>2026-08-10T14:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Call "Align Vertical/Horizontal In Place" in MaxScript</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/call-quot-align-vertical-horizontal-in-place-quot-in-maxscript/m-p/14233044#M29580</link>
      <description>&lt;P&gt;As I understand it, "align in place" is the same as "align to pivot in the center of selection".&amp;nbsp;&lt;BR /&gt;So, we have:&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(
	m = $.modifiers[unwrap_uvw]
	p = m.getpivotoffset()
	m.setpivotoffset [0,0,0]
	windows.processPostedMessages() -- or some better way to force an update
	m.alignByPivotHorizontal()
	m.setpivotoffset p
)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 13 Aug 2026 23:49:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/call-quot-align-vertical-horizontal-in-place-quot-in-maxscript/m-p/14233044#M29580</guid>
      <dc:creator>denisT.MaxDoctor</dc:creator>
      <dc:date>2026-08-13T23:49:42Z</dc:date>
    </item>
  </channel>
</rss>

