<?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 Locked file texture Python/Maya shadingNode in Maya Programming Forum</title>
    <link>https://forums.autodesk.com/t5/maya-programming-forum/locked-file-texture-python-maya-shadingnode/m-p/7051032#M11962</link>
    <description>&lt;P&gt;i am getting some strange result here using the shadingNode,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;whenever i create a file node thro python in maya i get the color space locked and the color space drop menu greyed out , ex.&lt;/P&gt;&lt;P&gt;fileNode = cmds.shadingNode("file",asTexture=True, name = "dispMap")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please see image attached, however i get the usual expected result when i create the file node from the create shader tab in hypershade&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 376px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/350823i7589DE05A72E786D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 29 Apr 2017 10:20:41 GMT</pubDate>
    <dc:creator>JohnSaleem3D</dc:creator>
    <dc:date>2017-04-29T10:20:41Z</dc:date>
    <item>
      <title>Locked file texture Python/Maya shadingNode</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/locked-file-texture-python-maya-shadingnode/m-p/7051032#M11962</link>
      <description>&lt;P&gt;i am getting some strange result here using the shadingNode,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;whenever i create a file node thro python in maya i get the color space locked and the color space drop menu greyed out , ex.&lt;/P&gt;&lt;P&gt;fileNode = cmds.shadingNode("file",asTexture=True, name = "dispMap")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please see image attached, however i get the usual expected result when i create the file node from the create shader tab in hypershade&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 376px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/350823i7589DE05A72E786D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Apr 2017 10:20:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/locked-file-texture-python-maya-shadingnode/m-p/7051032#M11962</guid>
      <dc:creator>JohnSaleem3D</dc:creator>
      <dc:date>2017-04-29T10:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Locked file texture Python/Maya shadingNode</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/locked-file-texture-python-maya-shadingnode/m-p/7051272#M11963</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need a connection to Color Management.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;fileNode = cmds.shadingNode("file",asTexture=True, isColorManaged=True, name = "dispMap")&lt;/PRE&gt;</description>
      <pubDate>Sat, 29 Apr 2017 15:46:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/locked-file-texture-python-maya-shadingnode/m-p/7051272#M11963</guid>
      <dc:creator>mspeer</dc:creator>
      <dc:date>2017-04-29T15:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Locked file texture Python/Maya shadingNode</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/locked-file-texture-python-maya-shadingnode/m-p/7890086#M11964</link>
      <description>&lt;P&gt;Is there an easier way to set this up? Something built in the UI? Or do I just type that snippet of code in to the script editor ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 08:56:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/locked-file-texture-python-maya-shadingnode/m-p/7890086#M11964</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-28T08:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Locked file texture Python/Maya shadingNode</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/locked-file-texture-python-maya-shadingnode/m-p/7891734#M11965</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What do you want to do, what is the problem?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 17:26:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/locked-file-texture-python-maya-shadingnode/m-p/7891734#M11965</guid>
      <dc:creator>mspeer</dc:creator>
      <dc:date>2018-03-28T17:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Locked file texture Python/Maya shadingNode</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/locked-file-texture-python-maya-shadingnode/m-p/7892820#M11966</link>
      <description>&lt;P&gt;I am having the same issue as the guy in the original post. The color space is locking when I connect&amp;nbsp;the output of 2D textures to certain nodes. I am trying to make sure the textures are in the RAW color space but after I set it and connect it to a 2D bump for example, the color space option box grey's out. Another example is me plugging in a roughness map to an AIStandard Surface specular roughness slot. Not sure if there is any way to fix this in the UI or if I need to use a script to unlock this. Albedo map is color map is unlocked and in the same AIstandard Surface / base color . I am baffled&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 02:51:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/locked-file-texture-python-maya-shadingnode/m-p/7892820#M11966</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-29T02:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Locked file texture Python/Maya shadingNode</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/locked-file-texture-python-maya-shadingnode/m-p/7892883#M11967</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;1. It's not the same problem. This topis is about creating a node with a script not with the UI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Please add an exact step by step instruction how to reproduce this + add an example scene.&lt;/P&gt;
&lt;P&gt;(Here it works correct)&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 03:51:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/locked-file-texture-python-maya-shadingnode/m-p/7892883#M11967</guid>
      <dc:creator>mspeer</dc:creator>
      <dc:date>2018-03-29T03:51:33Z</dc:date>
    </item>
  </channel>
</rss>

