<?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: Connection not made: 'file19.message' -&amp;gt; 'defaultTextureList1.textures[-1]'.  Destination is locked. in Maya Forum</title>
    <link>https://forums.autodesk.com/t5/maya-forum/connection-not-made-file19-message-gt-defaulttexturelist1/m-p/12274237#M7122</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Sep 2023 05:46:55 GMT</pubDate>
    <dc:creator>yisyuanengine</dc:creator>
    <dc:date>2023-09-29T05:46:55Z</dc:date>
    <item>
      <title>Connection not made: 'file19.message' -&gt; 'defaultTextureList1.textures[-1]'.  Destination is locked.</title>
      <link>https://forums.autodesk.com/t5/maya-forum/connection-not-made-file19-message-gt-defaulttexturelist1/m-p/11201339#M7116</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="942646156_0-1653875493033.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1073382i940E8C2A1B31B962/image-size/medium?v=v2&amp;amp;px=400" role="button" title="942646156_0-1653875493033.png" alt="942646156_0-1653875493033.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Maya cannot create a map node&lt;/P&gt;&lt;P&gt;Please help me~~&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 01:53:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/connection-not-made-file19-message-gt-defaulttexturelist1/m-p/11201339#M7116</guid>
      <dc:creator>942646156</dc:creator>
      <dc:date>2022-05-30T01:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Connection not made: 'file19.message' -&gt; 'defaultTextureList1.textures[-1]'.  Destination is locked.</title>
      <link>https://forums.autodesk.com/t5/maya-forum/connection-not-made-file19-message-gt-defaulttexturelist1/m-p/11453776#M7117</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I'm having a hard time with the same error 'maya 2022'&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 07:22:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/connection-not-made-file19-message-gt-defaulttexturelist1/m-p/11453776#M7117</guid>
      <dc:creator>darby_kim</dc:creator>
      <dc:date>2022-09-30T07:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Connection not made: 'file19.message' -&gt; 'defaultTextureList1.textures[-1]'.  Destination is locked.</title>
      <link>https://forums.autodesk.com/t5/maya-forum/connection-not-made-file19-message-gt-defaulttexturelist1/m-p/11519711#M7118</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import maya.cmds as cmds
# defaultTextureList1 -- the lock node.
cmds.lockNode('defaultTextureList1', l=False, lockUnpublished=False)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 09:22:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/connection-not-made-file19-message-gt-defaulttexturelist1/m-p/11519711#M7118</guid>
      <dc:creator>flymooncn</dc:creator>
      <dc:date>2022-10-31T09:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Connection not made: 'file19.message' -&gt; 'defaultTextureList1.textures[-1]'.  Destination is locked.</title>
      <link>https://forums.autodesk.com/t5/maya-forum/connection-not-made-file19-message-gt-defaulttexturelist1/m-p/11839142#M7119</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;do you know to unlock or lock this 'defaulTextureList1' node not using script?&lt;/P&gt;&lt;P&gt;script works but i cannot find this node in maya.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 13:00:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/connection-not-made-file19-message-gt-defaulttexturelist1/m-p/11839142#M7119</guid>
      <dc:creator>tianyisongN2U86</dc:creator>
      <dc:date>2023-03-22T13:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Connection not made: 'file19.message' -&gt; 'defaultTextureList1.textures[-1]'.  Destination is locked.</title>
      <link>https://forums.autodesk.com/t5/maya-forum/connection-not-made-file19-message-gt-defaulttexturelist1/m-p/11865128#M7120</link>
      <description>&lt;P&gt;&lt;FONT face="andale mono,times"&gt;for temp solution you can run this in mel&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT face="andale mono,times"&gt;lockNode -lock off -lu 0 defaultTextureList1;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="andale mono,times"&gt;For permanent solution you can ping me directly&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2023 17:28:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/connection-not-made-file19-message-gt-defaulttexturelist1/m-p/11865128#M7120</guid>
      <dc:creator>creationasif</dc:creator>
      <dc:date>2023-04-01T17:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Connection not made: 'file19.message' -&gt; 'defaultTextureList1.textures[-1]'.  Destination is locked.</title>
      <link>https://forums.autodesk.com/t5/maya-forum/connection-not-made-file19-message-gt-defaulttexturelist1/m-p/11906175#M7121</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;It's default node of Maya. You can find it from here：&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import maya.cmds as cmds
cmds.ls(defaultNodes=True)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Locking the default node can protect the node, but they will pollute Maya’s default environment.&lt;BR /&gt;If you open a wrong file, other files will have lock information when they resave.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import maya.cmds as cmds
# unlock all dfault nodes
[cmds.lockNode(i, l=False) for i in cmds.ls(defaultNodes=True)​]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 05:20:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/connection-not-made-file19-message-gt-defaulttexturelist1/m-p/11906175#M7121</guid>
      <dc:creator>ianxiang</dc:creator>
      <dc:date>2023-04-19T05:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Connection not made: 'file19.message' -&gt; 'defaultTextureList1.textures[-1]'.  Destination is locked.</title>
      <link>https://forums.autodesk.com/t5/maya-forum/connection-not-made-file19-message-gt-defaulttexturelist1/m-p/12274237#M7122</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 05:46:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/connection-not-made-file19-message-gt-defaulttexturelist1/m-p/12274237#M7122</guid>
      <dc:creator>yisyuanengine</dc:creator>
      <dc:date>2023-09-29T05:46:55Z</dc:date>
    </item>
  </channel>
</rss>

