<?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 &amp;quot;color_space&amp;quot; parameter is not exported to ass in Arnold for Maya Forum</title>
    <link>https://forums.autodesk.com/t5/arnold-for-maya-forum/quot-color-space-quot-parameter-is-not-exported-to-ass/m-p/12888837#M335</link>
    <description>&lt;P&gt;When you exported a shader graph including aiImage nodes to an ass file from "Export Selected Shaders" command,&lt;/P&gt;&lt;P&gt;the ass would have no "color_space" parameter&amp;nbsp;regardless of changing the default value.&lt;BR /&gt;This is obsolutely a bug.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My environment is MtoA5.4.2.1 on Maya2024.2.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jul 2024 11:57:39 GMT</pubDate>
    <dc:creator>kitaguchi-kazuya</dc:creator>
    <dc:date>2024-07-10T11:57:39Z</dc:date>
    <item>
      <title>"color_space" parameter is not exported to ass</title>
      <link>https://forums.autodesk.com/t5/arnold-for-maya-forum/quot-color-space-quot-parameter-is-not-exported-to-ass/m-p/12888837#M335</link>
      <description>&lt;P&gt;When you exported a shader graph including aiImage nodes to an ass file from "Export Selected Shaders" command,&lt;/P&gt;&lt;P&gt;the ass would have no "color_space" parameter&amp;nbsp;regardless of changing the default value.&lt;BR /&gt;This is obsolutely a bug.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My environment is MtoA5.4.2.1 on Maya2024.2.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 11:57:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-for-maya-forum/quot-color-space-quot-parameter-is-not-exported-to-ass/m-p/12888837#M335</guid>
      <dc:creator>kitaguchi-kazuya</dc:creator>
      <dc:date>2024-07-10T11:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: "color_space" parameter is not exported to ass</title>
      <link>https://forums.autodesk.com/t5/arnold-for-maya-forum/quot-color-space-quot-parameter-is-not-exported-to-ass/m-p/12890549#M336</link>
      <description>&lt;P&gt;Case1: Arnold &amp;gt; Scene Export &amp;gt; Export Selection to .ASS&lt;/P&gt;&lt;LI-CODE lang="general"&gt;image
{
name aiImage1
filename "C:/Users/#####.png"
color_space "sRGB"
filter "closest"
multiply 0.314999998 0.314999998 0.314999998
offset 0.5 0.5 0.5
missing_texture_color 0 0 0 1
}&lt;/LI-CODE&gt;&lt;P&gt;Case2:Arnold &amp;gt; Shaders &amp;gt; Export Selected Shaders&lt;/P&gt;&lt;LI-CODE lang="general"&gt;image
{
 name aiImage1
 filename "C:/Users/#####.png"
 filter "closest"
 multiply 0.314999998 0.314999998 0.314999998
 offset 0.5 0.5 0.5
 missing_texture_color 0 0 0 1
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 03:06:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-for-maya-forum/quot-color-space-quot-parameter-is-not-exported-to-ass/m-p/12890549#M336</guid>
      <dc:creator>kitaguchi-kazuya</dc:creator>
      <dc:date>2024-07-11T03:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: "color_space" parameter is not exported to ass</title>
      <link>https://forums.autodesk.com/t5/arnold-for-maya-forum/quot-color-space-quot-parameter-is-not-exported-to-ass/m-p/12891831#M337</link>
      <description>&lt;P&gt;&lt;SPAN&gt;In case 1, you're also exporting a color manager node, right?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;MtoA does not export image.color_space if there's no color manager. I guess that's a bug, or it was a design decision.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 15:18:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-for-maya-forum/quot-color-space-quot-parameter-is-not-exported-to-ass/m-p/12891831#M337</guid>
      <dc:creator>Stephen.Blair</dc:creator>
      <dc:date>2024-07-11T15:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: "color_space" parameter is not exported to ass</title>
      <link>https://forums.autodesk.com/t5/arnold-for-maya-forum/quot-color-space-quot-parameter-is-not-exported-to-ass/m-p/12892875#M338</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/534259"&gt;@Stephen.Blair&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;&lt;SPAN&gt;In case 1, you're also exporting a color manager node, right?&amp;nbsp;&lt;/SPAN&gt;.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes.I exported a color manager node as well.&lt;BR /&gt;I noticed the following about "Export Selection to .ASS".&lt;BR /&gt;If&amp;nbsp; I turned off "Color Manager" in the options dialog and then pressed "Export Selection",&lt;BR /&gt;"Color Manager" option in the next file dialog was turned on again.&lt;BR /&gt;&lt;BR /&gt;I figured out that MtoA didn't export color space parameter when a color manager node was not exported.&lt;BR /&gt;But this specification was not good for me because a definition in a shader graph was not able&amp;nbsp; to be exactly represented.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 02:12:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-for-maya-forum/quot-color-space-quot-parameter-is-not-exported-to-ass/m-p/12892875#M338</guid>
      <dc:creator>kitaguchi-kazuya</dc:creator>
      <dc:date>2024-07-12T02:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: "color_space" parameter is not exported to ass</title>
      <link>https://forums.autodesk.com/t5/arnold-for-maya-forum/quot-color-space-quot-parameter-is-not-exported-to-ass/m-p/14146539#M10829</link>
      <description>&lt;P&gt;This issue still occurs when exporting to ASS or USD.&lt;BR /&gt;There were no issues with MTLX.&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2026 07:22:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-for-maya-forum/quot-color-space-quot-parameter-is-not-exported-to-ass/m-p/14146539#M10829</guid>
      <dc:creator>kitaguchi-kazuya</dc:creator>
      <dc:date>2026-05-29T07:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: "color_space" parameter is not exported to ass</title>
      <link>https://forums.autodesk.com/t5/arnold-for-maya-forum/quot-color-space-quot-parameter-is-not-exported-to-ass/m-p/14151323#M10831</link>
      <description>&lt;P&gt;Yes, the ticket is still open.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;MTOA-2045&lt;BR /&gt;Export Selected Shaders does not set image.color_space&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2026 17:57:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-for-maya-forum/quot-color-space-quot-parameter-is-not-exported-to-ass/m-p/14151323#M10831</guid>
      <dc:creator>Stephen.Blair</dc:creator>
      <dc:date>2026-06-02T17:57:02Z</dc:date>
    </item>
  </channel>
</rss>

