<?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: Python commands for Arnold? in Maya Forum</title>
    <link>https://forums.autodesk.com/t5/maya-forum/python-commands-for-arnold/m-p/10863918#M46533</link>
    <description>&lt;P&gt;It's been a while. Have Python commands been added for the Arnold lights?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jan 2022 11:20:31 GMT</pubDate>
    <dc:creator>rdavidowitz</dc:creator>
    <dc:date>2022-01-07T11:20:31Z</dc:date>
    <item>
      <title>Python commands for Arnold?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/python-commands-for-arnold/m-p/7582819#M46528</link>
      <description>&lt;P&gt;Are there Python commands to create lights in Arnold? &amp;nbsp;I found the arnold module, but I don't see any commands related to lights. &amp;nbsp;Does anyone have resources to learn how to do this stuff? &amp;nbsp;Any help appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 17:03:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/python-commands-for-arnold/m-p/7582819#M46528</guid>
      <dc:creator>yesthatjohn</dc:creator>
      <dc:date>2017-11-29T17:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Python commands for Arnold?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/python-commands-for-arnold/m-p/7583006#M46529</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5399505"&gt;@yesthatjohn&lt;/a&gt;&amp;nbsp;and welcome to the community!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm curious as to why you're looking for a python command with Arnold lights.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does manually placing the lights from the arnold drop down not work for you? When you get a chance, please come back with a bit more information so I can properly assist you!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 17:52:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/python-commands-for-arnold/m-p/7583006#M46529</guid>
      <dc:creator>sean.heasley</dc:creator>
      <dc:date>2017-11-29T17:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Python commands for Arnold?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/python-commands-for-arnold/m-p/7583056#M46530</link>
      <description>&lt;P&gt;No, Not for creating lights in Maya.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's actually MtoA, not Arnold, and in this case the distinction is important.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you really want to dig into how MtoA creates the nodes in a Maya scene, you can start with&amp;nbsp;C:\solidangle\mtoadeploy\2017\scripts\mtoa\ui\arnoldmenu.py&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's the code for the Arnold menu, including the Arnold &amp;gt; Lights menu. But it's not an API, so it's not designed for public use.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Arnold itself is a rendering library with a C++ API. And that API has Python bindings, so you can create Arnold lights using the Arnold Python api.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But that's not what happens inside Maya. Inside Maya you have the MtoA plugin creating Maya nodes (eg a locator for an area light)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5399505"&gt;@yesthatjohn&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Are there Python commands to create lights in Arnold? &amp;nbsp;I found the arnold module, but I don't see any commands related to lights. &amp;nbsp;Does anyone have resources to learn how to do this stuff? &amp;nbsp;Any help appreciated.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 18:10:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/python-commands-for-arnold/m-p/7583056#M46530</guid>
      <dc:creator>Stephen.Blair</dc:creator>
      <dc:date>2017-11-29T18:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Python commands for Arnold?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/python-commands-for-arnold/m-p/7586763#M46531</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5399505"&gt;@yesthatjohn&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm just checking in to see if you need more help with this. Did the suggestion that &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/534259"&gt;@Stephen.Blair&lt;/a&gt;&amp;nbsp;provided work for you?&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="-1" color="#666666"&gt;If so, please click &lt;FONT color="#87BC40"&gt;Accept as Solution&lt;/FONT&gt; on the posts that helped you so others in the community can find them easily.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2017 18:46:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/python-commands-for-arnold/m-p/7586763#M46531</guid>
      <dc:creator>sean.heasley</dc:creator>
      <dc:date>2017-11-30T18:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Python commands for Arnold?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/python-commands-for-arnold/m-p/7586797#M46532</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That was a big help. &amp;nbsp;Thx! &amp;nbsp;On my Centos 7 distribution I found the file you mentioned here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/opt/solidangle/mtoa/2017/scripts/mtoa/ui&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2017 18:54:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/python-commands-for-arnold/m-p/7586797#M46532</guid>
      <dc:creator>yesthatjohn</dc:creator>
      <dc:date>2017-11-30T18:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Python commands for Arnold?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/python-commands-for-arnold/m-p/10863918#M46533</link>
      <description>&lt;P&gt;It's been a while. Have Python commands been added for the Arnold lights?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jan 2022 11:20:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/python-commands-for-arnold/m-p/10863918#M46533</guid>
      <dc:creator>rdavidowitz</dc:creator>
      <dc:date>2022-01-07T11:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Python commands for Arnold?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/python-commands-for-arnold/m-p/11609474#M46534</link>
      <description>To create an area light in arnold, simply use cmds.createNode("aiAreaLight")</description>
      <pubDate>Fri, 09 Dec 2022 15:11:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/python-commands-for-arnold/m-p/11609474#M46534</guid>
      <dc:creator>syby119</dc:creator>
      <dc:date>2022-12-09T15:11:24Z</dc:date>
    </item>
  </channel>
</rss>

