<?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 How to stop exports done in code being added to File Recents Menu? in MotionBuilder Forum</title>
    <link>https://forums.autodesk.com/t5/motionbuilder-forum/how-to-stop-exports-done-in-code-being-added-to-file-recents/m-p/13855920#M3828</link>
    <description>&lt;P&gt;For a current tool I am writing I need to make lots of temp exports of animations from users scenes. I was originally using:&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;FBApplication().&lt;SPAN&gt;FileExport(export_path)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;but this didn't seem to export the custom animated properties we had on some joints, so I switched to:&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;FBApplication().FileSave(&lt;SPAN&gt;export_path&lt;/SPAN&gt;&lt;SPAN&gt;, FBFbxO&lt;/SPAN&gt;&lt;SPAN&gt;ptionsObject&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;P&gt;instead, and that seems to work fine now. However, an unintended side effect which I don't&amp;nbsp;&lt;EM&gt;remember&lt;/EM&gt; happening before (though it may have) is that every temp file I export like this gets added to the users "Recent Files" list on the file menu (see attached image).&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is clearly not ideal, so is there some way I can avoid this happening? Either some mechanism, flag or export option that stops it, or some way to remove the offending items afterward? (obviously I don't want to clear the entire list of recents, as that would probably annoy users more).&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 17 Oct 2025 13:49:53 GMT</pubDate>
    <dc:creator>FirespriteNate</dc:creator>
    <dc:date>2025-10-17T13:49:53Z</dc:date>
    <item>
      <title>How to stop exports done in code being added to File Recents Menu?</title>
      <link>https://forums.autodesk.com/t5/motionbuilder-forum/how-to-stop-exports-done-in-code-being-added-to-file-recents/m-p/13855920#M3828</link>
      <description>&lt;P&gt;For a current tool I am writing I need to make lots of temp exports of animations from users scenes. I was originally using:&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;FBApplication().&lt;SPAN&gt;FileExport(export_path)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;but this didn't seem to export the custom animated properties we had on some joints, so I switched to:&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;FBApplication().FileSave(&lt;SPAN&gt;export_path&lt;/SPAN&gt;&lt;SPAN&gt;, FBFbxO&lt;/SPAN&gt;&lt;SPAN&gt;ptionsObject&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;P&gt;instead, and that seems to work fine now. However, an unintended side effect which I don't&amp;nbsp;&lt;EM&gt;remember&lt;/EM&gt; happening before (though it may have) is that every temp file I export like this gets added to the users "Recent Files" list on the file menu (see attached image).&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is clearly not ideal, so is there some way I can avoid this happening? Either some mechanism, flag or export option that stops it, or some way to remove the offending items afterward? (obviously I don't want to clear the entire list of recents, as that would probably annoy users more).&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 17 Oct 2025 13:49:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/motionbuilder-forum/how-to-stop-exports-done-in-code-being-added-to-file-recents/m-p/13855920#M3828</guid>
      <dc:creator>FirespriteNate</dc:creator>
      <dc:date>2025-10-17T13:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop exports done in code being added to File Recents Menu?</title>
      <link>https://forums.autodesk.com/t5/motionbuilder-forum/how-to-stop-exports-done-in-code-being-added-to-file-recents/m-p/13979075#M3868</link>
      <description>&lt;DIV&gt;&lt;SPAN&gt;you can achieve this by setting&amp;nbsp;&amp;nbsp;UpdateRecentFiles to False in&amp;nbsp;FBFbxOptions&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;FBFbxOptionsObject =&lt;/SPAN&gt; FBFbxOptions(&lt;SPAN&gt;False&lt;/SPAN&gt;)&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;FBFbxOptionsObject.UpdateRecentFiles = False&lt;/STRONG&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 16 Jan 2026 09:59:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/motionbuilder-forum/how-to-stop-exports-done-in-code-being-added-to-file-recents/m-p/13979075#M3868</guid>
      <dc:creator>d.pajda</dc:creator>
      <dc:date>2026-01-16T09:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop exports done in code being added to File Recents Menu?</title>
      <link>https://forums.autodesk.com/t5/motionbuilder-forum/how-to-stop-exports-done-in-code-being-added-to-file-recents/m-p/13981756#M3870</link>
      <description>&lt;P&gt;Thank you so much! that works perfectly. No idea how I missed this method...&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":see_no_evil_monkey:"&gt;🙈&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 09:35:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/motionbuilder-forum/how-to-stop-exports-done-in-code-being-added-to-file-recents/m-p/13981756#M3870</guid>
      <dc:creator>FirespriteNate</dc:creator>
      <dc:date>2026-01-19T09:35:02Z</dc:date>
    </item>
  </channel>
</rss>

