<?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: Ik_goal parent in 3ds Max Programming Forum</title>
    <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/ik-goal-parent/m-p/7000047#M12993</link>
    <description>&lt;P&gt;Ok i feel studid.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought i would be so more complicated then that, like&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Ikchain.transform.controller.ik_goal... etc&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well, thank you very much!&lt;/P&gt;</description>
    <pubDate>Thu, 06 Apr 2017 13:00:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-04-06T13:00:10Z</dc:date>
    <item>
      <title>Ik_goal parent</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/ik-goal-parent/m-p/6991974#M12989</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This might be a dumb question, but I didn't find any answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for a way to edit the parent of an Ik_goal via maxscript.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would have guess of something like this, per exemple:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;IkParent = Box()

NewIK = iksys.ikchain Bone1 Bone3 "IKHisolver"

NewIK.transform.controller.ik_goal.parent = ikParent&lt;/PRE&gt;&lt;P&gt;But is seems that the syntax isn't right... and I can't find the right one&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx...&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 15:38:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/ik-goal-parent/m-p/6991974#M12989</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-03T15:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Ik_goal parent</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/ik-goal-parent/m-p/6996198#M12990</link>
      <description>&lt;P&gt;as i can guess you are talking about&amp;nbsp;Vector_Handle_Target which controls&amp;nbsp;Swivel_Angle...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;at least i don't know any another "parent" involved...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this property is&amp;nbsp;&lt;STRONG&gt;VHTarget&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;lt;ik_chain&amp;gt;.transform.controller.VHTarget&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 02:15:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/ik-goal-parent/m-p/6996198#M12990</guid>
      <dc:creator>denisT.MaxDoctor</dc:creator>
      <dc:date>2017-04-05T02:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Ik_goal parent</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/ik-goal-parent/m-p/6999773#M12991</link>
      <description>&lt;P&gt;Thanks for your answer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But isn't there a way to link the IkGoal to an node via Maxscript?&amp;nbsp;I&lt;SPAN&gt;&amp;nbsp;would suppose it is possible, since i&lt;/SPAN&gt;t is a simple think to do in the viewport.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 11:28:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/ik-goal-parent/m-p/6999773#M12991</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-06T11:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Ik_goal parent</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/ik-goal-parent/m-p/6999871#M12992</link>
      <description>&lt;P&gt;if you want just link:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;ik_goal&amp;gt;,parent = &amp;lt;node&amp;gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 11:54:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/ik-goal-parent/m-p/6999871#M12992</guid>
      <dc:creator>denisT.MaxDoctor</dc:creator>
      <dc:date>2017-04-06T11:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Ik_goal parent</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/ik-goal-parent/m-p/7000047#M12993</link>
      <description>&lt;P&gt;Ok i feel studid.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought i would be so more complicated then that, like&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Ikchain.transform.controller.ik_goal... etc&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well, thank you very much!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 13:00:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/ik-goal-parent/m-p/7000047#M12993</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-06T13:00:10Z</dc:date>
    </item>
  </channel>
</rss>

