<?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 More fun with Python transformations in VRED Forum</title>
    <link>https://forums.autodesk.com/t5/vred-forum/more-fun-with-python-transformations/m-p/9639962#M3983</link>
    <description>&lt;P&gt;I would like access the local transformation matrix for a given node.&amp;nbsp; My immediate need is to know if a node has an identity transformation, but I would like to the general process for accessing node data.&amp;nbsp; The&amp;nbsp;getWorldTransformation function will retrieve the global position of the node, but I am interested in the position data for the node itself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently able to access all the data in the "attachments" section of a node, but I an struggling to get to the "matrix" and "isIdentity" fields.&amp;nbsp; And in general, how do I access the data for which there is no direct API?&amp;nbsp; The node editor is a pretty good tool for seeing the node data, but accessing the data seems a bit cryptic to me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for ant help you can provide.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jul 2020 20:27:25 GMT</pubDate>
    <dc:creator>dan.husted</dc:creator>
    <dc:date>2020-07-16T20:27:25Z</dc:date>
    <item>
      <title>More fun with Python transformations</title>
      <link>https://forums.autodesk.com/t5/vred-forum/more-fun-with-python-transformations/m-p/9639962#M3983</link>
      <description>&lt;P&gt;I would like access the local transformation matrix for a given node.&amp;nbsp; My immediate need is to know if a node has an identity transformation, but I would like to the general process for accessing node data.&amp;nbsp; The&amp;nbsp;getWorldTransformation function will retrieve the global position of the node, but I am interested in the position data for the node itself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently able to access all the data in the "attachments" section of a node, but I an struggling to get to the "matrix" and "isIdentity" fields.&amp;nbsp; And in general, how do I access the data for which there is no direct API?&amp;nbsp; The node editor is a pretty good tool for seeing the node data, but accessing the data seems a bit cryptic to me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for ant help you can provide.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 20:27:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/more-fun-with-python-transformations/m-p/9639962#M3983</guid>
      <dc:creator>dan.husted</dc:creator>
      <dc:date>2020-07-16T20:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: More fun with Python transformations</title>
      <link>https://forums.autodesk.com/t5/vred-forum/more-fun-with-python-transformations/m-p/9644214#M3984</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;matrix = node.fields().getMatrix("matrix")&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;It's working fine in my script.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;The isIdentity field should be accessable in the same manner.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;best regards&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;Jochen&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2020 10:11:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/more-fun-with-python-transformations/m-p/9644214#M3984</guid>
      <dc:creator>j.kaestle</dc:creator>
      <dc:date>2020-07-20T10:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: More fun with Python transformations</title>
      <link>https://forums.autodesk.com/t5/vred-forum/more-fun-with-python-transformations/m-p/9644272#M3985</link>
      <description>&lt;P&gt;Jochen,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much for your response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would have sworn I had tried that combination among the dozens I when through.&amp;nbsp; But this worked.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2020 10:55:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/more-fun-with-python-transformations/m-p/9644272#M3985</guid>
      <dc:creator>dan.husted</dc:creator>
      <dc:date>2020-07-20T10:55:28Z</dc:date>
    </item>
  </channel>
</rss>

