<?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 Is there a way to add AOV output drivers with Python? in Arnold General Rendering Forum</title>
    <link>https://forums.autodesk.com/t5/arnold-general-rendering-forum/is-there-a-way-to-add-aov-output-drivers-with-python/m-p/11050845#M2134</link>
    <description>&lt;P&gt;I'm trying to denoise existing files by adding variance to new output drivers for a lot of the AOV's.  Is there a way to script this?  &lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 15 Aug 2019 01:13:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-08-15T01:13:18Z</dc:date>
    <item>
      <title>Is there a way to add AOV output drivers with Python?</title>
      <link>https://forums.autodesk.com/t5/arnold-general-rendering-forum/is-there-a-way-to-add-aov-output-drivers-with-python/m-p/11050845#M2134</link>
      <description>&lt;P&gt;I'm trying to denoise existing files by adding variance to new output drivers for a lot of the AOV's.  Is there a way to script this?  &lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 01:13:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-general-rendering-forum/is-there-a-way-to-add-aov-output-drivers-with-python/m-p/11050845#M2134</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-15T01:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to add AOV output drivers with Python?</title>
      <link>https://forums.autodesk.com/t5/arnold-general-rendering-forum/is-there-a-way-to-add-aov-output-drivers-with-python/m-p/11050846#M2135</link>
      <description>&lt;P&gt;You need to render to get the variance AOVs.&lt;/P&gt;&lt;P&gt;You could use the Python api to update an ass file (add driver nodes, update the options.output parameter) and then render.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 11:46:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-general-rendering-forum/is-there-a-way-to-add-aov-output-drivers-with-python/m-p/11050846#M2135</guid>
      <dc:creator>Stephen.Blair</dc:creator>
      <dc:date>2019-08-15T11:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to add AOV output drivers with Python?</title>
      <link>https://forums.autodesk.com/t5/arnold-general-rendering-forum/is-there-a-way-to-add-aov-output-drivers-with-python/m-p/11050847#M2136</link>
      <description>&lt;P&gt;back to this question, if I have certain AOVs on my scene let's say diffuse and specular and I want to run a script to search for those AOVs and create a new driver output for each of them and set this new output to variance, is there a way to do so ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 01:56:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-general-rendering-forum/is-there-a-way-to-add-aov-output-drivers-with-python/m-p/11050847#M2136</guid>
      <dc:creator>antoniocarbajoLJEKG</dc:creator>
      <dc:date>2022-03-18T01:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to add AOV output drivers with Python?</title>
      <link>https://forums.autodesk.com/t5/arnold-general-rendering-forum/is-there-a-way-to-add-aov-output-drivers-with-python/m-p/11050848#M2137</link>
      <description>Since this question is in the Arnold Core Renderer space, my previous answer still applies. You can use the Arnold Python API to load the ass file, inspect the outputs, and modify them (eg add driver nodes, update the options.output parameter)</description>
      <pubDate>Fri, 18 Mar 2022 01:58:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-general-rendering-forum/is-there-a-way-to-add-aov-output-drivers-with-python/m-p/11050848#M2137</guid>
      <dc:creator>Stephen.Blair</dc:creator>
      <dc:date>2022-03-18T01:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to add AOV output drivers with Python?</title>
      <link>https://forums.autodesk.com/t5/arnold-general-rendering-forum/is-there-a-way-to-add-aov-output-drivers-with-python/m-p/11050849#M2138</link>
      <description>&lt;P&gt;createNode aiAOVDriver -n "holaD";&lt;/P&gt;&lt;P&gt;createNode aiAOVFilter -n "holaF";&lt;/P&gt;&lt;P&gt;setAttr "holaF.ai_translator" -type "string" "variance";&lt;/P&gt;&lt;P&gt;connectAttr holaF.message aiAOV_test.outputs[1].filter;&lt;/P&gt;&lt;P&gt;connectAttr holaD.message aiAOV_test.outputs[1].driver;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;setAttr "defaultRenderGlobals.currentRenderer" -l 0;&lt;/P&gt;&lt;P&gt;setAttr "defaultRenderGlobals.currentRenderer" -type "string" arnold;&lt;/P&gt;&lt;P&gt;deleteUI "unifiedRenderGlobalsWindow";&lt;/P&gt;&lt;P&gt;unifiedRenderGlobalsWindow;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 04:33:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-general-rendering-forum/is-there-a-way-to-add-aov-output-drivers-with-python/m-p/11050849#M2138</guid>
      <dc:creator>antoniocarbajoLJEKG</dc:creator>
      <dc:date>2022-03-18T04:33:33Z</dc:date>
    </item>
  </channel>
</rss>

