<?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: Organize Node groups by name in VRED Forum</title>
    <link>https://forums.autodesk.com/t5/vred-forum/organize-node-groups-by-name/m-p/9677325#M4058</link>
    <description>&lt;P&gt;Hi Christian,&lt;/P&gt;
&lt;P&gt;just as an idea, maybe you already know, you can also assign simple "Tags" to nodes in the Scenegraph. That allows keeping the node hierarchy as it is, and still have some kind of grouping mechanism on top.&lt;/P&gt;
&lt;P&gt;Tags can also be assigned with Python, for example:&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;addNodeTag(findNodes("Group*", True), "My Group Tag")&lt;/LI-CODE&gt;
&lt;P&gt;Adds the tag "My Group Tag" to all nodes, that have a name starting with "Group". * is for wildcard matching.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(general info on tags: &lt;A href="http://help.autodesk.com/view/VREDPRODUCTS/2020/ENU/?guid=VRED_Scene_Graph_Scene_Graph_Scene_Tags_html" target="_blank"&gt;http://help.autodesk.com/view/VREDPRODUCTS/2020/ENU/?guid=VRED_Scene_Graph_Scene_Graph_Scene_Tags_html )&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards&lt;/P&gt;
&lt;P&gt;Sinje&lt;/P&gt;</description>
    <pubDate>Thu, 06 Aug 2020 17:14:02 GMT</pubDate>
    <dc:creator>sinje_thiedemann</dc:creator>
    <dc:date>2020-08-06T17:14:02Z</dc:date>
    <item>
      <title>Organize Node groups by name</title>
      <link>https://forums.autodesk.com/t5/vred-forum/organize-node-groups-by-name/m-p/9621452#M4054</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I am working always with templates and it&amp;nbsp; is a bit messy to find and organize things in such a big document so i wanted to check if it is possible to organize certain Nodes by name...maybe with python?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am pretty new with it and I would appreciate any help with it&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 07:58:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/organize-node-groups-by-name/m-p/9621452#M4054</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-07T07:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Organize Node groups by name</title>
      <link>https://forums.autodesk.com/t5/vred-forum/organize-node-groups-by-name/m-p/9659232#M4055</link>
      <description>&lt;P&gt;There is nothing build in, but you can code this with python easily.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 09:55:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/organize-node-groups-by-name/m-p/9659232#M4055</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-28T09:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Organize Node groups by name</title>
      <link>https://forums.autodesk.com/t5/vred-forum/organize-node-groups-by-name/m-p/9664097#M4056</link>
      <description>&lt;P&gt;I believe so but i am a noob with&amp;nbsp; python...maybe has someone already something made?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 12:37:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/organize-node-groups-by-name/m-p/9664097#M4056</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-30T12:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Organize Node groups by name</title>
      <link>https://forums.autodesk.com/t5/vred-forum/organize-node-groups-by-name/m-p/9664202#M4057</link>
      <description>&lt;P&gt;sorting by name is not clear with the hierarchical structure of the scene graph. Do you want each layer sorted alphabetically without restructuring the hierarchy? Do you want all nodes on the same level then sorted alphabetically?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With that info ill see what I can script quickly to help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 13:05:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/organize-node-groups-by-name/m-p/9664202#M4057</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-30T13:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Organize Node groups by name</title>
      <link>https://forums.autodesk.com/t5/vred-forum/organize-node-groups-by-name/m-p/9677325#M4058</link>
      <description>&lt;P&gt;Hi Christian,&lt;/P&gt;
&lt;P&gt;just as an idea, maybe you already know, you can also assign simple "Tags" to nodes in the Scenegraph. That allows keeping the node hierarchy as it is, and still have some kind of grouping mechanism on top.&lt;/P&gt;
&lt;P&gt;Tags can also be assigned with Python, for example:&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;addNodeTag(findNodes("Group*", True), "My Group Tag")&lt;/LI-CODE&gt;
&lt;P&gt;Adds the tag "My Group Tag" to all nodes, that have a name starting with "Group". * is for wildcard matching.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(general info on tags: &lt;A href="http://help.autodesk.com/view/VREDPRODUCTS/2020/ENU/?guid=VRED_Scene_Graph_Scene_Graph_Scene_Tags_html" target="_blank"&gt;http://help.autodesk.com/view/VREDPRODUCTS/2020/ENU/?guid=VRED_Scene_Graph_Scene_Graph_Scene_Tags_html )&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards&lt;/P&gt;
&lt;P&gt;Sinje&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2020 17:14:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/organize-node-groups-by-name/m-p/9677325#M4058</guid>
      <dc:creator>sinje_thiedemann</dc:creator>
      <dc:date>2020-08-06T17:14:02Z</dc:date>
    </item>
  </channel>
</rss>

