<?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: How to enable color management? in Maya Shading, Lighting and Rendering Forum</title>
    <link>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/8458879#M12909</link>
    <description>&lt;P&gt;Where do I put this in maya? New to this ty&lt;/P&gt;</description>
    <pubDate>Tue, 11 Dec 2018 06:09:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-12-11T06:09:16Z</dc:date>
    <item>
      <title>How to enable color management?</title>
      <link>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/8159914#M12902</link>
      <description>&lt;P&gt;After importing a .3ds file into Maya (using the Bonus Tools&amp;nbsp;&lt;SPAN&gt;3dsImport.mll plugin), I noticed the colour space was wrong on all the textures.&amp;nbsp; But when I go into the file node, the 'Color Space' drop down is greyed out and says 'Color management - OFF'.&amp;nbsp; I've gone into my preferences, and colour management is definitely enabled.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I can also create a new lambert and the colour space option becomes available as usual, so it seems material specific and I guess something to do with importing a .3ds file?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 10:13:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/8159914#M12902</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-27T10:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable color management?</title>
      <link>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/8159954#M12903</link>
      <description>&lt;P&gt;turn on color management in the prefs...&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 10:39:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/8159954#M12903</guid>
      <dc:creator>Christoph_Schaedl</dc:creator>
      <dc:date>2018-07-27T10:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable color management?</title>
      <link>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/8159965#M12904</link>
      <description>&lt;P&gt;Did you actually read my post?&lt;/P&gt;&lt;P&gt;I've already said "&lt;SPAN&gt;I've gone into my preferences, and colour management is definitely enabled."&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;And I even posted a screenshot to show that...&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 10:43:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/8159965#M12904</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-27T10:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable color management?</title>
      <link>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/8160490#M12905</link>
      <description>&lt;P&gt;Maybe the import tool doesn't know about color management.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;file nodes should be connected to the defaultColorMgtGlobals, like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;connectAttr ":defaultColorMgtGlobals.cme" "seafloor_1.cme";
connectAttr ":defaultColorMgtGlobals.cfe" "seafloor_1.cmcf";
connectAttr ":defaultColorMgtGlobals.cfp" "seafloor_1.cmcp";
connectAttr ":defaultColorMgtGlobals.wsn" "seafloor_1.ws";
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If those connections are not there, the color space list will be disabled in the Maya UI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can save to Maya ASCII and take a look.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 13:59:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/8160490#M12905</guid>
      <dc:creator>Stephen.Blair</dc:creator>
      <dc:date>2018-07-27T13:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable color management?</title>
      <link>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/8160635#M12906</link>
      <description>&lt;P&gt;Hi Stephen,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks for your reply.&amp;nbsp; I opened up the .ma file in wordPad and did a search for what you said, but nothing came up.&amp;nbsp; Is there a way to somehow enable the colour space list so I can change it in Maya? Or will I just have to assign new materials to everything?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 14:40:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/8160635#M12906</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-27T14:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable color management?</title>
      <link>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/8160751#M12907</link>
      <description>&lt;P&gt;Try running this MEL, and then check file179 to see if the Color Space is enabled.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;connectAttr ":defaultColorMgtGlobals.cme" "file179.cme";
connectAttr ":defaultColorMgtGlobals.cfe" "file179.cmcf";
connectAttr ":defaultColorMgtGlobals.cfp" "file179.cmcp";
connectAttr ":defaultColorMgtGlobals.wsn" "file179.ws";&lt;/PRE&gt;</description>
      <pubDate>Fri, 27 Jul 2018 15:10:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/8160751#M12907</guid>
      <dc:creator>Stephen.Blair</dc:creator>
      <dc:date>2018-07-27T15:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable color management?</title>
      <link>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/8160900#M12908</link>
      <description>&lt;P&gt;Amazing, that worked, thankyou!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If anyone else has this problem, I quickly wrote a simple script to automatically apply this to every texture in your scene (I'm not great at MEL so please correct me if I've done something wrong. Otherwise, it works well enough for me)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;hyperShadePanelMenuCommand("hyperShadePanel1", "selectTextures");

string $texture[] = `ls -sl`;
int $size = size($texture);

for($i=0;$i,$size;++$i) {
    string $filename1 = $texture[$i] + ".cme";
    string $filename2 = $texture[$i] + ".cmcf";
    string $filename3 = $texture[$i] + ".cmcp";
    string $filename4 = $texture[$i] + ".ws";
    
    connectAttr ":defaultColorMgtGlobals.cme" $filename1;
    connectAttr ":defaultColorMgtGlobals.cfe" $filename2;
    connectAttr ":defaultColorMgtGlobals.cfp" $filename3;
    connectAttr ":defaultColorMgtGlobals.wsn" $filename4;
}&lt;/PRE&gt;</description>
      <pubDate>Fri, 27 Jul 2018 15:53:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/8160900#M12908</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-27T15:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable color management?</title>
      <link>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/8458879#M12909</link>
      <description>&lt;P&gt;Where do I put this in maya? New to this ty&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 06:09:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/8458879#M12909</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-11T06:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable color management?</title>
      <link>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/8459236#M12910</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Paste it in the script editor:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Windows &amp;gt; General Editors &amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Script Editor&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make sure it is in a MEL tab, not a Python tab.&amp;nbsp; Select the entire text and hit Enter on the keyboard to run the script.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 09:57:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/8459236#M12910</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-11T09:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable color management?</title>
      <link>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/9805346#M12911</link>
      <description>&lt;P&gt;Hi Stephen,&lt;/P&gt;&lt;P&gt;I found this solution while, and I tried it.&amp;nbsp; I'm running Maya 2020.2 on Pop_Os 20.04 on a 64 Gb Ram, Mac Pro 2012 2x Intel Xeon CPU X5680 @ 3.33GHz x 24, GPU Nvidia Geforce 1080. I attached a screenshot of the error. I thank you if you can help hell thanks if you even have the time and patience to even entertain my issue. I hope all is well. Again thank you for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;JC Hall&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 17:10:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/9805346#M12911</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-15T17:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable color management?</title>
      <link>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/9805436#M12912</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi Stephen,&lt;/P&gt;
&lt;P&gt;I found this solution while, and I tried it.&amp;nbsp; I'm running Maya 2020.2 on Pop_Os 20.04 on a 64 Gb Ram, Mac Pro 2012 2x Intel Xeon CPU X5680 @ 3.33GHz x 24, GPU Nvidia Geforce 1080. I attached a screenshot of the error. I thank you if you can help hell thanks if you even have the time and patience to even entertain my issue. I hope all is well. Again thank you for your help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;JC Hall&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;My MEL snippet works only for a File node named "file179"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You would have to replace that with the actual name of your file node.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or you could try the generic script posted by emma.wright above...&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 17:43:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/9805436#M12912</guid>
      <dc:creator>Stephen.Blair</dc:creator>
      <dc:date>2020-10-15T17:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable color management?</title>
      <link>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/9805923#M12913</link>
      <description>&lt;P&gt;Stephen,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for trying to help me. I'm not sure what file node that I need to plugin, and I tried emma's script and it was a no go as well.&amp;nbsp;I'm sure it's my ignorance of Maya, so I'll keep looking around for a solution. Thank you again!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;JC Hall&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 21:55:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/9805923#M12913</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-15T21:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable color management?</title>
      <link>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/9805930#M12914</link>
      <description>&lt;P&gt;Can you tell me the name, or post a screenshot of the Attribute Editor, for one node where you can change the color management?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 21:58:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/9805930#M12914</guid>
      <dc:creator>Stephen.Blair</dc:creator>
      <dc:date>2020-10-15T21:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable color management?</title>
      <link>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/9805985#M12915</link>
      <description>&lt;P&gt;Sure I have a screen shot.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 22:29:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/9805985#M12915</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-15T22:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable color management?</title>
      <link>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/9806068#M12916</link>
      <description>&lt;P&gt;Here is the window showing the color management window&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 23:34:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/9806068#M12916</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-15T23:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable color management?</title>
      <link>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/9807568#M12917</link>
      <description>&lt;P&gt;Ok, your problem is a different problem.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This thread was about File nodes, not color management in general.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For your problem, check this thread:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/maya-forum/maya-failed-to-finalize-the-color-transform-error/td-p/7512914" target="_blank"&gt;https://forums.autodesk.com/t5/maya-forum/maya-failed-to-finalize-the-color-transform-error/td-p/7512914&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 16:43:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/9807568#M12917</guid>
      <dc:creator>Stephen.Blair</dc:creator>
      <dc:date>2020-10-16T16:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable color management?</title>
      <link>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/9808132#M12918</link>
      <description>&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Sat, 17 Oct 2020 00:05:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/9808132#M12918</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-17T00:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable color management?</title>
      <link>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/10616720#M12919</link>
      <description>&lt;P&gt;i fix it. just disable one of your graphics cards keep the main activated&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Sep 2021 12:40:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-shading-lighting-and/how-to-enable-color-management/m-p/10616720#M12919</guid>
      <dc:creator>i.olarte</dc:creator>
      <dc:date>2021-09-12T12:40:58Z</dc:date>
    </item>
  </channel>
</rss>

