<?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: Can't disable autoload via userSetup in Maya Programming Forum</title>
    <link>https://forums.autodesk.com/t5/maya-programming-forum/can-t-disable-autoload-via-usersetup/m-p/11657431#M1599</link>
    <description>&lt;P&gt;Just closing the loop...&lt;/P&gt;&lt;P&gt;After digging around and talking to colleagues, I'm pretty sure it's not possible to disable plugins via userSetup. I found this older article, so I'll try going about it that way.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://around-the-corner.typepad.com/adn/2012/07/using-a-mel-script-to-load-plug-ins.html" target="_blank"&gt;https://around-the-corner.typepad.com/adn/2012/07/using-a-mel-script-to-load-plug-ins.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jan 2023 19:02:02 GMT</pubDate>
    <dc:creator>evalinia</dc:creator>
    <dc:date>2023-01-04T19:02:02Z</dc:date>
    <item>
      <title>Can't disable autoload via userSetup</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/can-t-disable-autoload-via-usersetup/m-p/11589277#M1595</link>
      <description>&lt;P&gt;Hey all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to disable autoload on all my plugins in a userSetup.py file. Loading/Unloading plugins works fine. It's just setting autoload to false that doesn't seem to work. Am I missing something? It might be worth mentioning that I'm running Maya on macOS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm running:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;from maya import cmds&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;# Force Auto load all plugins to False&lt;/DIV&gt;&lt;DIV&gt;pluginList = cmds.pluginInfo(query=True, listPlugins=True) or []&lt;/DIV&gt;&lt;DIV&gt;for plugin in pluginList:&lt;/DIV&gt;&lt;DIV&gt;cmds.pluginInfo(plugin, edit=True, autoload=False)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks in advance,&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Evelyn&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 30 Nov 2022 22:27:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/can-t-disable-autoload-via-usersetup/m-p/11589277#M1595</guid>
      <dc:creator>evalinia</dc:creator>
      <dc:date>2022-11-30T22:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can't disable autoload via userSetup</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/can-t-disable-autoload-via-usersetup/m-p/11599095#M1596</link>
      <description>&lt;P&gt;Could this be a bug on MacOS? Does anyone on windows or linux see this issue? Unfortunately, I can't test.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 17:57:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/can-t-disable-autoload-via-usersetup/m-p/11599095#M1596</guid>
      <dc:creator>evalinia</dc:creator>
      <dc:date>2022-12-05T17:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can't disable autoload via userSetup</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/can-t-disable-autoload-via-usersetup/m-p/11617751#M1597</link>
      <description>&lt;P&gt;Just wanted to check in on this again. Is this a bug or is there another way I should be going about this?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 17:55:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/can-t-disable-autoload-via-usersetup/m-p/11617751#M1597</guid>
      <dc:creator>evalinia</dc:creator>
      <dc:date>2022-12-13T17:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Can't disable autoload via userSetup</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/can-t-disable-autoload-via-usersetup/m-p/11655096#M1598</link>
      <description>&lt;P&gt;just giving this another nudge&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 20:03:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/can-t-disable-autoload-via-usersetup/m-p/11655096#M1598</guid>
      <dc:creator>evalinia</dc:creator>
      <dc:date>2023-01-03T20:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can't disable autoload via userSetup</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/can-t-disable-autoload-via-usersetup/m-p/11657431#M1599</link>
      <description>&lt;P&gt;Just closing the loop...&lt;/P&gt;&lt;P&gt;After digging around and talking to colleagues, I'm pretty sure it's not possible to disable plugins via userSetup. I found this older article, so I'll try going about it that way.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://around-the-corner.typepad.com/adn/2012/07/using-a-mel-script-to-load-plug-ins.html" target="_blank"&gt;https://around-the-corner.typepad.com/adn/2012/07/using-a-mel-script-to-load-plug-ins.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 19:02:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/can-t-disable-autoload-via-usersetup/m-p/11657431#M1599</guid>
      <dc:creator>evalinia</dc:creator>
      <dc:date>2023-01-04T19:02:02Z</dc:date>
    </item>
  </channel>
</rss>

