<?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 add-on for archicad in Archicad Python API</title>
    <link>https://community.graphisoft.com/t5/Archicad-Python-API/Python-add-on-for-archicad/m-p/394144#M370</link>
    <description>&lt;P&gt;Seems like it only took a few days, maybe a week.&amp;nbsp; I received my 'offifial credentials' five or so years ago and do not recall exactly.&amp;nbsp; Have you checked your Spam folder for the reply?&amp;nbsp; 10 days seems like a long time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- chris&lt;/P&gt;</description>
    <pubDate>Wed, 02 Aug 2023 16:19:12 GMT</pubDate>
    <dc:creator>MudratDetector</dc:creator>
    <dc:date>2023-08-02T16:19:12Z</dc:date>
    <item>
      <title>Python add-on for archicad</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Python-add-on-for-archicad/m-p/376703#M363</link>
      <description>&lt;P&gt;Hi everyone!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I have this one-file python script which connects to opened archicad 26 project, gets info about certain elements and writes it into a json file.&lt;/P&gt;
&lt;P&gt;The question is, how can "convert" this python script into a archicad add-on? Should I put it in add-ons folder? If yes, to which file type should I convert this?&lt;/P&gt;
&lt;P&gt;The idea of the whole thing is that i want to use the same add-on from any project on my device, so it will run the script with a press of a button in archicad.&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 08:22:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Python-add-on-for-archicad/m-p/376703#M363</guid>
      <dc:creator>noriksaroyan</dc:creator>
      <dc:date>2023-05-31T08:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Python add-on for archicad</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Python-add-on-for-archicad/m-p/376711#M364</link>
      <description>&lt;P&gt;A Python script is NOT a AddOn. Nor can it be converted to a AddOn. A C++ AddOn is a complied DLL with the extension "apx" There is no way to run a Python script from a button in Archicad. That feature is not offered (YET). In Archicad, You must run a Python script from the Python Palette.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can run a script external to Archicad (assuming Archicad is running) by using a IDE or a bat file shortcut or , as i use, a pushbutton in a StreamDeck device which is configured to a bat file or directly to Python..&lt;/P&gt;</description>
      <pubDate>Sun, 16 Apr 2023 02:07:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Python-add-on-for-archicad/m-p/376711#M364</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2023-04-16T02:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Python add-on for archicad</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Python-add-on-for-archicad/m-p/376759#M365</link>
      <description>&lt;P&gt;Thank you for your response! And while you're here, is it possible to do this on any .NET running language or only c++ and will this feature be added for python in near future?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Apr 2023 21:59:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Python-add-on-for-archicad/m-p/376759#M365</guid>
      <dc:creator>noriksaroyan</dc:creator>
      <dc:date>2023-04-16T21:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Python add-on for archicad</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Python-add-on-for-archicad/m-p/376784#M366</link>
      <description>&lt;P&gt;It is not possible to use .NET in Archicad. .NET is mostly for&amp;nbsp; the Window OS usage although Microsoft contents otherwise. AFASIK, there have been some requests to add it to the API, as Graphisoft said they are now exploring other languages. --- As in more user common. Just what we need --- six languages in Archicad. My guess (ONLY) is that if they did incorporate .NET, it would run on top on the C++ API as&amp;nbsp; a alternative to Python, I don't see any advantage.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 01:07:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Python-add-on-for-archicad/m-p/376784#M366</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2023-04-17T01:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Python add-on for archicad</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Python-add-on-for-archicad/m-p/376874#M367</link>
      <description>&lt;P&gt;&amp;nbsp;And another question, in which languages I can create add-ons?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 17:08:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Python-add-on-for-archicad/m-p/376874#M367</guid>
      <dc:creator>noriksaroyan</dc:creator>
      <dc:date>2023-04-17T17:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Python add-on for archicad</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Python-add-on-for-archicad/m-p/376877#M368</link>
      <description>&lt;P&gt;C++.&lt;/P&gt;&lt;P&gt;Different versions of ArchiCAD require different versions of Visual Studio.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Also required:&lt;/P&gt;&lt;P&gt;- - getting a Graphisoft developer ID.&lt;/P&gt;&lt;P&gt;- - downloading the ArchiCAD version specific API&lt;/P&gt;&lt;P&gt;- - more info found here:&amp;nbsp;&amp;nbsp;&lt;A href="https://archicadapi.graphisoft.com/" target="_self"&gt;https://archicadapi.graphisoft.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Chris&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 17:53:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Python-add-on-for-archicad/m-p/376877#M368</guid>
      <dc:creator>MudratDetector</dc:creator>
      <dc:date>2023-04-17T17:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Python add-on for archicad</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Python-add-on-for-archicad/m-p/394071#M369</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;MudratDetector,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do you know how much time it takes to get Graphisoft developer ID?&lt;BR /&gt;I sent an email 10 days ago but till now still no reply email.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you, and I really hope to receive your response soon.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 03:30:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Python-add-on-for-archicad/m-p/394071#M369</guid>
      <dc:creator>Tran Thanh Lo</dc:creator>
      <dc:date>2023-08-02T03:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Python add-on for archicad</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Python-add-on-for-archicad/m-p/394144#M370</link>
      <description>&lt;P&gt;Seems like it only took a few days, maybe a week.&amp;nbsp; I received my 'offifial credentials' five or so years ago and do not recall exactly.&amp;nbsp; Have you checked your Spam folder for the reply?&amp;nbsp; 10 days seems like a long time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- chris&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 16:19:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Python-add-on-for-archicad/m-p/394144#M370</guid>
      <dc:creator>MudratDetector</dc:creator>
      <dc:date>2023-08-02T16:19:12Z</dc:date>
    </item>
  </channel>
</rss>

