<?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: Add Transform Variants to Variant Set using Python in VRED Forum</title>
    <link>https://forums.autodesk.com/t5/vred-forum/add-transform-variants-to-variant-set-using-python/m-p/12968294#M279</link>
    <description>&lt;P&gt;Thanks! It works fine!&lt;/P&gt;</description>
    <pubDate>Mon, 19 Aug 2024 19:09:21 GMT</pubDate>
    <dc:creator>stefan_holzingerNA4FN</dc:creator>
    <dc:date>2024-08-19T19:09:21Z</dc:date>
    <item>
      <title>Add Transform Variants to Variant Set using Python</title>
      <link>https://forums.autodesk.com/t5/vred-forum/add-transform-variants-to-variant-set-using-python/m-p/12961022#M277</link>
      <description>&lt;P&gt;Hello everyone, I need help with a Python script. I have created transform variants and would like to assign them to a variant set via script. Is this even possible?&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 15:43:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/add-transform-variants-to-variant-set-using-python/m-p/12961022#M277</guid>
      <dc:creator>stefan_holzingerNA4FN</dc:creator>
      <dc:date>2024-08-15T15:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Add Transform Variants to Variant Set using Python</title>
      <link>https://forums.autodesk.com/t5/vred-forum/add-transform-variants-to-variant-set-using-python/m-p/12963402#M278</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;Yes, something like this should work.&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;vset = getVariantSet('your_vset_name')
node_with_transform = vrNodeService.findNode('your_node_with_transform')
vset.addTransform(node_with_transform, 'your_transform_name')&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 15:30:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/add-transform-variants-to-variant-set-using-python/m-p/12963402#M278</guid>
      <dc:creator>__daniel.lincoln__</dc:creator>
      <dc:date>2024-08-16T15:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Add Transform Variants to Variant Set using Python</title>
      <link>https://forums.autodesk.com/t5/vred-forum/add-transform-variants-to-variant-set-using-python/m-p/12968294#M279</link>
      <description>&lt;P&gt;Thanks! It works fine!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 19:09:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/add-transform-variants-to-variant-set-using-python/m-p/12968294#M279</guid>
      <dc:creator>stefan_holzingerNA4FN</dc:creator>
      <dc:date>2024-08-19T19:09:21Z</dc:date>
    </item>
  </channel>
</rss>

