<?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: Is there an API to trigger Asset Manager's Import function? in VRED Forum</title>
    <link>https://forums.autodesk.com/t5/vred-forum/is-there-an-api-to-trigger-asset-manager-s-import-function/m-p/13411659#M46</link>
    <description>&lt;P class=""&gt;Thanks for the answer — it works perfectly!&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Apr 2025 00:12:54 GMT</pubDate>
    <dc:creator>kyumin_h</dc:creator>
    <dc:date>2025-04-07T00:12:54Z</dc:date>
    <item>
      <title>Is there an API to trigger Asset Manager's Import function?</title>
      <link>https://forums.autodesk.com/t5/vred-forum/is-there-an-api-to-trigger-asset-manager-s-import-function/m-p/13399019#M44</link>
      <description>&lt;P class=""&gt;Hi,&lt;/P&gt;&lt;P class=""&gt;I'm trying to build an automation system that registers .osb files to the &lt;STRONG&gt;Asset Manager&lt;/STRONG&gt; automatically once the files are generated.&lt;/P&gt;&lt;P class=""&gt;However, it seems like the only way to register assets into Asset Manager is by using the &lt;STRONG&gt;Import&lt;/STRONG&gt; function directly from the Asset Manager UI.&lt;BR /&gt;If there are alternative ways, I’d love to hear about them.&lt;/P&gt;&lt;P class=""&gt;After using the Import function, I noticed that the imported asset generates three files:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;STRONG&gt;.osb&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;STRONG&gt;.png&lt;/STRONG&gt; (thumbnail)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;STRONG&gt;.xml&lt;/STRONG&gt; (metadata/config)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;So I have a few questions:&lt;/P&gt;&lt;HR /&gt;&lt;P class=""&gt;&lt;STRONG&gt;Summary:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P class=""&gt;Is there a Python API to trigger the &lt;STRONG&gt;Import&lt;/STRONG&gt; function of Asset Manager?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;If I place a &lt;STRONG&gt;.osb&lt;/STRONG&gt; file in a specific folder, is there a way to automatically register it in Asset Manager? (without&amp;nbsp; &lt;STRONG&gt;.png&amp;nbsp;.xml&lt;/STRONG&gt; &amp;nbsp;)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Are there APIs to separately generate the .png thumbnail and .xml file that the Import function creates?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P class=""&gt;If there’s any other recommended approach for automating Asset Manager registration, I’d greatly appreciate it.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2025 05:41:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/is-there-an-api-to-trigger-asset-manager-s-import-function/m-p/13399019#M44</guid>
      <dc:creator>kyumin_h</dc:creator>
      <dc:date>2025-03-31T05:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an API to trigger Asset Manager's Import function?</title>
      <link>https://forums.autodesk.com/t5/vred-forum/is-there-an-api-to-trigger-asset-manager-s-import-function/m-p/13401307#M45</link>
      <description>&lt;P&gt;Hi, there are the V1 API&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;createEnvironmentAsset(environmentNode, assetManagerDirectory)&lt;/P&gt;
&lt;P&gt;createGeometryAsset(node, assetManagerDirectory)&lt;/P&gt;
&lt;P&gt;createMaterialAsset(material, assetManagerDirectory)&lt;/P&gt;
&lt;P&gt;createSceneplateAsset(node, assetManagerDirectory)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and other API's in the vrAssetsModule in V1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 07:42:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/is-there-an-api-to-trigger-asset-manager-s-import-function/m-p/13401307#M45</guid>
      <dc:creator>Christian_Garimberti</dc:creator>
      <dc:date>2025-04-01T07:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an API to trigger Asset Manager's Import function?</title>
      <link>https://forums.autodesk.com/t5/vred-forum/is-there-an-api-to-trigger-asset-manager-s-import-function/m-p/13411659#M46</link>
      <description>&lt;P class=""&gt;Thanks for the answer — it works perfectly!&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 00:12:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/is-there-an-api-to-trigger-asset-manager-s-import-function/m-p/13411659#M46</guid>
      <dc:creator>kyumin_h</dc:creator>
      <dc:date>2025-04-07T00:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an API to trigger Asset Manager's Import function?</title>
      <link>https://forums.autodesk.com/t5/vred-forum/is-there-an-api-to-trigger-asset-manager-s-import-function/m-p/13411663#M47</link>
      <description>&lt;P class=""&gt;Just a heads-up: if you try to run the function on a &lt;STRONG&gt;Geometry node&lt;/STRONG&gt; directly under the created root, you'll still get the error 'Passed node is not a valid asset root.'&lt;/P&gt;&lt;P class=""&gt;However, if you &lt;STRONG&gt;group&lt;/STRONG&gt; the Geometry node first (i.e., wrap it in a Transform/Group node), it works fine. So I hope this helps anyone trying to use this!&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 00:14:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/is-there-an-api-to-trigger-asset-manager-s-import-function/m-p/13411663#M47</guid>
      <dc:creator>kyumin_h</dc:creator>
      <dc:date>2025-04-07T00:14:19Z</dc:date>
    </item>
  </channel>
</rss>

