<?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 control curve color using Node Editor in Maya Animation and Rigging Forum</title>
    <link>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/how-to-control-curve-color-using-node-editor/m-p/7496692#M19829</link>
    <description>&lt;P&gt;I wouldn't take a texture node because how do you then control the color change?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For a rig with a certain condition to change the color an expression might be the right way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This example would change the color of the nurbsCircle1 at frame 26:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="font-family: 'courier new,courier';"&gt;if (frame&amp;gt;25) {&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="font-family: 'courier new,courier';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nurbsCircle1.overrideColorR = 1;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="font-family: 'courier new,courier';"&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nurbsCircle1.overrideColorG = 0;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="font-family: 'courier new,courier';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nurbsCircle1.overrideColorB = 0;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="font-family: 'courier new,courier';"&gt;} else {&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="font-family: 'courier new,courier';"&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nurbsCircle1.overrideColorR = 0;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="font-family: 'courier new,courier';"&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nurbsCircle1.overrideColorG = 0;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="font-family: 'courier new,courier';"&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nurbsCircle1.overrideColorB = 1;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="font-family: 'courier new,courier';"&gt;}&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;You can't enter the expression editor from the Attribute Editor (like with most other attributes), you have to open it and create the expression from scratch.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Oct 2017 12:53:03 GMT</pubDate>
    <dc:creator>Roland.Reyer</dc:creator>
    <dc:date>2017-10-27T12:53:03Z</dc:date>
    <item>
      <title>How to control curve color using Node Editor</title>
      <link>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/how-to-control-curve-color-using-node-editor/m-p/7495717#M19826</link>
      <description>&lt;P&gt;Is there any way to control a curves color using node editor ?&amp;nbsp;&lt;img id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://forums.autodesk.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;&lt;/P&gt;&lt;P&gt;I know we can change the color using drawing overrides. But how to contol it ?&amp;nbsp;&lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://forums.autodesk.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;P&gt;My need is I want to make my controller change its color if its value is greater than zero. So it&amp;nbsp; makes a visual representation of the values I tweaked ( facial UI controls )&amp;nbsp;&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 04:57:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/how-to-control-curve-color-using-node-editor/m-p/7495717#M19826</guid>
      <dc:creator>gautham.chandran47</dc:creator>
      <dc:date>2017-10-27T04:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to control curve color using Node Editor</title>
      <link>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/how-to-control-curve-color-using-node-editor/m-p/7496168#M19827</link>
      <description>&lt;P&gt;Yes, it is possible to connect to attributes like the override color even though they are not visible by default.&lt;/P&gt;
&lt;P&gt;The easiest way is to use MEL:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;setAttr "myNURBSCurve.overrideEnabled" 1;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;connectAttr myControlNode.outColor myNURBSCurve.overrideColorRGB&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you get this:&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="grafik.png" style="width: 459px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/418516i206A1F0B9556B2F3/image-size/large?v=v2&amp;amp;px=999" role="button" title="grafik.png" alt="grafik.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also RMB on the node with the hidden attributes and "Show all Attributes":&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="grafik.png" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/418524i6CA646BA5E19F47B/image-size/large?v=v2&amp;amp;px=999" role="button" title="grafik.png" alt="grafik.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;... and then locate the attribute and connect:&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="grafik.png" style="width: 244px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/418526i433B5BB1A381EDA6/image-size/large?v=v2&amp;amp;px=999" role="button" title="grafik.png" alt="grafik.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 08:45:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/how-to-control-curve-color-using-node-editor/m-p/7496168#M19827</guid>
      <dc:creator>Roland.Reyer</dc:creator>
      <dc:date>2017-10-27T08:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to control curve color using Node Editor</title>
      <link>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/how-to-control-curve-color-using-node-editor/m-p/7496416#M19828</link>
      <description>&lt;P&gt;Thanks for the quick replay,&amp;nbsp;&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/P&gt;&lt;P&gt;It worked as you said, but unfortunately I couldn't change the color&amp;nbsp;&lt;img id="smileyembarrassed" class="emoticon emoticon-smileyembarrassed" src="https://forums.autodesk.com/i/smilies/16x16_smiley-embarrassed.png" alt="Smiley Embarassed" title="Smiley Embarassed" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The "&lt;SPAN&gt;myControlNode" you mentioned is a layered&amp;nbsp;texture ? Thats how I connected it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If else would you please tell me which node is the "myControlNode" ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 10:49:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/how-to-control-curve-color-using-node-editor/m-p/7496416#M19828</guid>
      <dc:creator>gautham.chandran47</dc:creator>
      <dc:date>2017-10-27T10:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to control curve color using Node Editor</title>
      <link>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/how-to-control-curve-color-using-node-editor/m-p/7496692#M19829</link>
      <description>&lt;P&gt;I wouldn't take a texture node because how do you then control the color change?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For a rig with a certain condition to change the color an expression might be the right way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This example would change the color of the nurbsCircle1 at frame 26:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="font-family: 'courier new,courier';"&gt;if (frame&amp;gt;25) {&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="font-family: 'courier new,courier';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nurbsCircle1.overrideColorR = 1;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="font-family: 'courier new,courier';"&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nurbsCircle1.overrideColorG = 0;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="font-family: 'courier new,courier';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nurbsCircle1.overrideColorB = 0;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="font-family: 'courier new,courier';"&gt;} else {&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="font-family: 'courier new,courier';"&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nurbsCircle1.overrideColorR = 0;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="font-family: 'courier new,courier';"&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nurbsCircle1.overrideColorG = 0;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="font-family: 'courier new,courier';"&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nurbsCircle1.overrideColorB = 1;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="font-family: 'courier new,courier';"&gt;}&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;You can't enter the expression editor from the Attribute Editor (like with most other attributes), you have to open it and create the expression from scratch.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 12:53:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/how-to-control-curve-color-using-node-editor/m-p/7496692#M19829</guid>
      <dc:creator>Roland.Reyer</dc:creator>
      <dc:date>2017-10-27T12:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to control curve color using Node Editor</title>
      <link>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/how-to-control-curve-color-using-node-editor/m-p/7498536#M19830</link>
      <description>&lt;P&gt;unfortunately if doesn't seems working. I now understand i should put a texture node to control curve color, but is there any other node we can use in this situation ? the script is giving me errors.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Oct 2017 04:35:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/how-to-control-curve-color-using-node-editor/m-p/7498536#M19830</guid>
      <dc:creator>gautham.chandran47</dc:creator>
      <dc:date>2017-10-28T04:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to control curve color using Node Editor</title>
      <link>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/how-to-control-curve-color-using-node-editor/m-p/7501245#M19831</link>
      <description>&lt;P&gt;Yes, it won't work in the Script Editor.&lt;/P&gt;
&lt;P&gt;This example works only in the &lt;STRONG&gt;Expression Editor&lt;/STRONG&gt;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a NURBS circle.&lt;/P&gt;
&lt;P&gt;Set "Enable Overrides" ON and "Color" to "RGB"&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="grafik.png" style="width: 437px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/419330i67AAA3DF9B941AAB/image-size/large?v=v2&amp;amp;px=999" role="button" title="grafik.png" alt="grafik.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and then in the Expression Editor:&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="grafik.png" style="width: 456px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/419331iEA277F112439156C/image-size/large?v=v2&amp;amp;px=999" role="button" title="grafik.png" alt="grafik.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2017 11:21:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/how-to-control-curve-color-using-node-editor/m-p/7501245#M19831</guid>
      <dc:creator>Roland.Reyer</dc:creator>
      <dc:date>2017-10-30T11:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to control curve color using Node Editor</title>
      <link>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/how-to-control-curve-color-using-node-editor/m-p/7507621#M19832</link>
      <description>&lt;P&gt;I did everything as you mentioned and the expressions didn't give any errors but I cant find the out put. The color is not changing..&amp;nbsp;&lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://forums.autodesk.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea why ?&lt;/P&gt;&lt;P&gt;Could you please post the work file for a reference maybe ?&lt;/P&gt;&lt;P&gt;I dont know what I'm doing wrong.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2017 11:49:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/how-to-control-curve-color-using-node-editor/m-p/7507621#M19832</guid>
      <dc:creator>gautham.chandran47</dc:creator>
      <dc:date>2017-11-01T11:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to control curve color using Node Editor</title>
      <link>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/how-to-control-curve-color-using-node-editor/m-p/7516853#M19833</link>
      <description>&lt;P&gt;When i combined the both methods you mentioned it came out alive&amp;nbsp;&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;...&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Nov 2017 07:14:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/how-to-control-curve-color-using-node-editor/m-p/7516853#M19833</guid>
      <dc:creator>gautham.chandran47</dc:creator>
      <dc:date>2017-11-04T07:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to control curve color using Node Editor</title>
      <link>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/how-to-control-curve-color-using-node-editor/m-p/7516859#M19834</link>
      <description>&lt;P&gt;Thanks a lot . as you mentioned I created a "layerd textured node" and curve and renamed it accordingly;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;setAttr "myNURBSCurve.overrideEnabled" 1;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;connectAttr myControlNode.outColor myNURBSCurve.overrideColorRGB&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;You were right about using a texture node to control curve color,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;so&amp;nbsp;I changed the "color" mode from "index" to "RGB" in the drawing overrides on attribute editor.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;And after that I could easily change the color of the curve through the layered&amp;nbsp;texture's properties.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;I can even animate it.&lt;/FONT&gt;&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-left" image-alt="Screenshot (193).png" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/421802i271C12B13F1548C1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (193).png" alt="Screenshot (193).png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Nov 2017 07:27:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-animation-and-rigging-forum/how-to-control-curve-color-using-node-editor/m-p/7516859#M19834</guid>
      <dc:creator>gautham.chandran47</dc:creator>
      <dc:date>2017-11-04T07:27:07Z</dc:date>
    </item>
  </channel>
</rss>

