<?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: i want to align my pivot with an edge in 3ds Max Modeling Forum</title>
    <link>https://forums.autodesk.com/t5/3ds-max-modeling-forum/i-want-to-align-my-pivot-with-an-edge/m-p/8881671#M7706</link>
    <description>&lt;P&gt;thank you so much for you help , but every time i need to aligne my pivot i need a script there not a more faster way to do that&lt;/P&gt;</description>
    <pubDate>Sun, 30 Jun 2019 20:41:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-06-30T20:41:44Z</dc:date>
    <item>
      <title>i want to align my pivot with an edge</title>
      <link>https://forums.autodesk.com/t5/3ds-max-modeling-forum/i-want-to-align-my-pivot-with-an-edge/m-p/8881354#M7704</link>
      <description>&lt;P&gt;&lt;SPAN&gt;hey im new here ! sorry for my bad english I have a problem with my pivot i want to align my pivot with an edge , i found a solution with the "working pivot" to snap with the edge but it takes too many mouse clicks and I can't believe there isnt a simpler solution. Is there any ? i already try to change with local mod but is not working , thank you&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2019 08:07:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-modeling-forum/i-want-to-align-my-pivot-with-an-edge/m-p/8881354#M7704</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-30T08:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: i want to align my pivot with an edge</title>
      <link>https://forums.autodesk.com/t5/3ds-max-modeling-forum/i-want-to-align-my-pivot-with-an-edge/m-p/8881627#M7705</link>
      <description>&lt;P&gt;Set the snaps to vertex and then run the following script.&amp;nbsp; It will align the z axis of the object's pivot with a line from the first screen pick towards the second screen pick.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;-- relocates the pivot of a selected object to the first &lt;BR /&gt;-- point specified by the user and with its Z axis pointing &lt;BR /&gt;-- towards the second point specified.&lt;BR /&gt;-- L. Minardi 1/31/2019 v1&lt;BR /&gt;-- &lt;BR /&gt;for spl in selection do (&lt;BR /&gt;s=1&lt;BR /&gt;e1 = pickPoint prompt:"\nPick new pivot location" snap:#3D&lt;BR /&gt;e2 = pickPoint prompt:"\nPick point on new Z axis for pivot" snap:#3D&lt;BR /&gt;v = e2-e1 -- vector from vertex 1 to 2&lt;BR /&gt;vlen = length(v)&lt;BR /&gt;vu = v/vlen -- unit vector&lt;BR /&gt;m = spl.transform -- object matrix&lt;BR /&gt;ftm = translate (matrixfromnormal vu) e1&lt;BR /&gt;itm = ftm*(inverse m)&lt;BR /&gt;spl.transform = ftm&lt;BR /&gt;spl.objectOffsetPos *= inverse itm&lt;BR /&gt;spl.objectOffsetRot *= inverse itm.rotation&lt;BR /&gt;spl.transform&lt;BR /&gt;)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2019 19:39:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-modeling-forum/i-want-to-align-my-pivot-with-an-edge/m-p/8881627#M7705</guid>
      <dc:creator>leeminardi</dc:creator>
      <dc:date>2019-06-30T19:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: i want to align my pivot with an edge</title>
      <link>https://forums.autodesk.com/t5/3ds-max-modeling-forum/i-want-to-align-my-pivot-with-an-edge/m-p/8881671#M7706</link>
      <description>&lt;P&gt;thank you so much for you help , but every time i need to aligne my pivot i need a script there not a more faster way to do that&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2019 20:41:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-modeling-forum/i-want-to-align-my-pivot-with-an-edge/m-p/8881671#M7706</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-30T20:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: i want to align my pivot with an edge</title>
      <link>https://forums.autodesk.com/t5/3ds-max-modeling-forum/i-want-to-align-my-pivot-with-an-edge/m-p/8881724#M7707</link>
      <description>&lt;P&gt;Not that I know of.&amp;nbsp; I would think the Align tool could be of help but I couldn't find a way.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2019 22:38:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-modeling-forum/i-want-to-align-my-pivot-with-an-edge/m-p/8881724#M7707</guid>
      <dc:creator>leeminardi</dc:creator>
      <dc:date>2019-06-30T22:38:02Z</dc:date>
    </item>
  </channel>
</rss>

