<?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 interacting with python, how?!? in 3ds Max Programming Forum</title>
    <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/interacting-with-python-how/m-p/5553400#M15507</link>
    <description>&lt;P&gt;We have the simple python interface: &lt;A href="http://help.autodesk.com/cloudhelp/2015/ENU/MAXScript-Help/files/GUID-860B6BEB-AE3E-4F99-96E9-CCD70DF4B772.htm" target="_blank"&gt;http://help.autodesk.com/cloudhelp/2015/ENU/MAXScript-Help/files/GUID-860B6BEB-AE3E-4F99-96E9-CCD70DF4B772.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But how can i send and receive information between maxscript and python?!?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only information from python to maxscript are the return codes:&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;&lt;SPAN&gt;#&lt;/SPAN&gt;&lt;SPAN&gt;success&lt;/SPAN&gt;&lt;/EM&gt; &lt;SPAN&gt;|&lt;/SPAN&gt; &lt;EM&gt;&lt;SPAN&gt;#pathError&lt;/SPAN&gt;&lt;/EM&gt; &lt;SPAN&gt;|&lt;/SPAN&gt; &lt;EM&gt;&lt;SPAN&gt;#initError&lt;/SPAN&gt;&lt;/EM&gt; &lt;SPAN&gt;|&lt;/SPAN&gt; &lt;EM&gt;&lt;SPAN&gt;#scriptFileError&lt;/SPAN&gt;&lt;/EM&gt; &lt;SPAN&gt;|&lt;/SPAN&gt; &lt;EM&gt;&lt;SPAN&gt;#executeError&lt;BR /&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;That's all?!?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Must i use a temp file for communications?!?&lt;/P&gt;</description>
    <pubDate>Mon, 23 Mar 2015 16:15:45 GMT</pubDate>
    <dc:creator>jens.diemer</dc:creator>
    <dc:date>2015-03-23T16:15:45Z</dc:date>
    <item>
      <title>interacting with python, how?!?</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/interacting-with-python-how/m-p/5553400#M15507</link>
      <description>&lt;P&gt;We have the simple python interface: &lt;A href="http://help.autodesk.com/cloudhelp/2015/ENU/MAXScript-Help/files/GUID-860B6BEB-AE3E-4F99-96E9-CCD70DF4B772.htm" target="_blank"&gt;http://help.autodesk.com/cloudhelp/2015/ENU/MAXScript-Help/files/GUID-860B6BEB-AE3E-4F99-96E9-CCD70DF4B772.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But how can i send and receive information between maxscript and python?!?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only information from python to maxscript are the return codes:&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;&lt;SPAN&gt;#&lt;/SPAN&gt;&lt;SPAN&gt;success&lt;/SPAN&gt;&lt;/EM&gt; &lt;SPAN&gt;|&lt;/SPAN&gt; &lt;EM&gt;&lt;SPAN&gt;#pathError&lt;/SPAN&gt;&lt;/EM&gt; &lt;SPAN&gt;|&lt;/SPAN&gt; &lt;EM&gt;&lt;SPAN&gt;#initError&lt;/SPAN&gt;&lt;/EM&gt; &lt;SPAN&gt;|&lt;/SPAN&gt; &lt;EM&gt;&lt;SPAN&gt;#scriptFileError&lt;/SPAN&gt;&lt;/EM&gt; &lt;SPAN&gt;|&lt;/SPAN&gt; &lt;EM&gt;&lt;SPAN&gt;#executeError&lt;BR /&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;That's all?!?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Must i use a temp file for communications?!?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2015 16:15:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/interacting-with-python-how/m-p/5553400#M15507</guid>
      <dc:creator>jens.diemer</dc:creator>
      <dc:date>2015-03-23T16:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: interacting with python, how?!?</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/interacting-with-python-how/m-p/5555777#M15508</link>
      <description>&lt;P&gt;Yes, as you see in the documentation there is limited interop between MAXScript and Python. From MAXscript, getting data from Python is not diorectly possible. But you can also execute MAXScript from python and there you have more ability to get data from the MAXScript environment. See here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://help.autodesk.com/view/3DSMAX/2015/ENU/?guid=__files_GUID_050A2EBF_A176_49B8_8ED4_14FC2301531B_htm" target="_blank"&gt;http://help.autodesk.com/view/3DSMAX/2015/ENU/?guid=__files_GUID_050A2EBF_A176_49B8_8ED4_14FC2301531B_htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hope it helps,&lt;/P&gt;
&lt;P&gt;kevin&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2015 20:58:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/interacting-with-python-how/m-p/5555777#M15508</guid>
      <dc:creator>kevinvandecar</dc:creator>
      <dc:date>2015-03-24T20:58:15Z</dc:date>
    </item>
  </channel>
</rss>

