<?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: AC24 Python Palette on macOS in Archicad Python API</title>
    <link>https://community.graphisoft.com/t5/Archicad-Python-API/AC24-Python-Palette-on-macOS/m-p/264979#M650</link>
    <description>Have you checked the the "Enable Python Palette" option in the Work Environment?&lt;BR /&gt;
&lt;BR /&gt;
1. Launch ARCHICAD 24&lt;BR /&gt;
2. Go to &lt;B&gt;Options&lt;/B&gt; &amp;gt; &lt;B&gt;Work Environment&lt;/B&gt; &amp;gt;&lt;B&gt; More Options&lt;/B&gt; menu&lt;BR /&gt;
3. Under Experimental Features, switch on &lt;B&gt;"Enable Python Palette" checkbox&lt;/B&gt;&lt;BR /&gt;
4. Open the Python Palette from Window &amp;gt; Palettes &amp;gt; Python Palette&lt;BR /&gt;
&lt;BR /&gt;
Please note, that you can execute your python scripts outside from Archicad without the Python Palette also.</description>
    <pubDate>Sun, 26 Jul 2020 19:01:20 GMT</pubDate>
    <dc:creator>Tibor Lorantfy</dc:creator>
    <dc:date>2020-07-26T19:01:20Z</dc:date>
    <item>
      <title>AC24 Python Palette on macOS</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/AC24-Python-Palette-on-macOS/m-p/264977#M648</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Has anyone managed to get the Python Palette in AC24 to display on macOS 10.14 yet? &lt;BR /&gt;&lt;BR /&gt;As per the Getting Started PDF we have been trying to get it to show, but it does not seem to work for us.&lt;BR /&gt;&lt;BR /&gt;Appreciate the palette is still an experimental feature, but it sure would be nice if we could get it working on macOS.&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Sep 2021 08:31:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/AC24-Python-Palette-on-macOS/m-p/264977#M648</guid>
      <dc:creator>schagemann</dc:creator>
      <dc:date>2021-09-15T08:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: AC24 Python Palette on macOS</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/AC24-Python-Palette-on-macOS/m-p/264978#M649</link>
      <description>Had the same trouble. You have to add it to your work environment.</description>
      <pubDate>Sun, 26 Jul 2020 14:17:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/AC24-Python-Palette-on-macOS/m-p/264978#M649</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-26T14:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: AC24 Python Palette on macOS</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/AC24-Python-Palette-on-macOS/m-p/264979#M650</link>
      <description>Have you checked the the "Enable Python Palette" option in the Work Environment?&lt;BR /&gt;
&lt;BR /&gt;
1. Launch ARCHICAD 24&lt;BR /&gt;
2. Go to &lt;B&gt;Options&lt;/B&gt; &amp;gt; &lt;B&gt;Work Environment&lt;/B&gt; &amp;gt;&lt;B&gt; More Options&lt;/B&gt; menu&lt;BR /&gt;
3. Under Experimental Features, switch on &lt;B&gt;"Enable Python Palette" checkbox&lt;/B&gt;&lt;BR /&gt;
4. Open the Python Palette from Window &amp;gt; Palettes &amp;gt; Python Palette&lt;BR /&gt;
&lt;BR /&gt;
Please note, that you can execute your python scripts outside from Archicad without the Python Palette also.</description>
      <pubDate>Sun, 26 Jul 2020 19:01:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/AC24-Python-Palette-on-macOS/m-p/264979#M650</guid>
      <dc:creator>Tibor Lorantfy</dc:creator>
      <dc:date>2020-07-26T19:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: AC24 Python Palette on macOS</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/AC24-Python-Palette-on-macOS/m-p/264980#M651</link>
      <description>Turned it on via Work Environment, and then installed Python engine/app. Works!&lt;BR /&gt;
&lt;BR /&gt;
My only question is how to edit them and know what ArchiCAD commands are executable.</description>
      <pubDate>Mon, 27 Jul 2020 04:17:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/AC24-Python-Palette-on-macOS/m-p/264980#M651</guid>
      <dc:creator>Rex Maximilian</dc:creator>
      <dc:date>2020-07-27T04:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: AC24 Python Palette on macOS</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/AC24-Python-Palette-on-macOS/m-p/264981#M652</link>
      <description>&lt;BLOCKQUOTE&gt;Rex wrote:&lt;BR /&gt;My only question is how to edit them and know what ArchiCAD commands are executable.&lt;/BLOCKQUOTE&gt;
Each package what you can download from our site (&lt;A href="https://graphisoft.com/downloads/python#try" target="_blank"&gt;https://graphisoft.com/downloads/python#try&lt;/A&gt;) contains a PDF guide documentaion. That documentation helps you to customize the scripts if you want to modify some behavior.&lt;BR /&gt;
You can simply edit the python script files in any text editor. I recommend the Visual Studio Code (&lt;A href="https://code.visualstudio.com/" target="_blank"&gt;https://code.visualstudio.com/&lt;/A&gt;) editor, which is a free software and supports professional python development also.&lt;BR /&gt;
&lt;BR /&gt;
See the reference manual of archicad python package for the available commands, types:&lt;BR /&gt;
&lt;A href="https://archicadapi.graphisoft.com/archicadPythonPackage/archicad.html" target="_blank"&gt;&lt;LINK_TEXT text="https://archicadapi.graphisoft.com/arch ... hicad.html"&gt;https://archicadapi.graphisoft.com/archicadPythonPackage/archicad.html&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
As Python API is based on JSON API, you can browse the list of the available commands also at the documentation of ARCHICAD JSON Interface:&lt;BR /&gt;
&lt;A href="https://archicadapi.graphisoft.com/JSONInterfaceDocumentation/#Introduction" target="_blank"&gt;&lt;LINK_TEXT text="https://archicadapi.graphisoft.com/JSON ... troduction"&gt;https://archicadapi.graphisoft.com/JSONInterfaceDocumentation/#Introduction&lt;/LINK_TEXT&gt;&lt;/A&gt;</description>
      <pubDate>Mon, 27 Jul 2020 07:24:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/AC24-Python-Palette-on-macOS/m-p/264981#M652</guid>
      <dc:creator>Tibor Lorantfy</dc:creator>
      <dc:date>2020-07-27T07:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: AC24 Python Palette on macOS</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/AC24-Python-Palette-on-macOS/m-p/264982#M653</link>
      <description>Thanks for the suggestions - and yes I wish it was that simple...&lt;BR /&gt;
&lt;BR /&gt;
Please have a look at the below screenshots, although we can see the python option in the WE settings under the More Options and also in Command Layout Schemes &amp;gt; Toolbars, it simply does not show.&lt;BR /&gt;
&lt;BR /&gt;
Btw. we are using the AUS version.&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Jul 2020 09:46:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/AC24-Python-Palette-on-macOS/m-p/264982#M653</guid>
      <dc:creator>schagemann</dc:creator>
      <dc:date>2020-07-27T09:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: AC24 Python Palette on macOS</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/AC24-Python-Palette-on-macOS/m-p/264983#M654</link>
      <description>&lt;BLOCKQUOTE&gt;schagemann wrote:&lt;BR /&gt;it simply does not show.&lt;BR /&gt;
&lt;BR /&gt;
Btw. we are using the AUS version.&lt;/BLOCKQUOTE&gt;
Thank you for reporting this issue! It seems the default &lt;B&gt;AUS&lt;/B&gt; Template and Work Environment contains a bug.&lt;BR /&gt;
You can fix the issue by adding Python Palette to the menu manually. Please see the following video:&lt;BR /&gt;
&lt;A href="https://ttprivatenew.s3.amazonaws.com/pulse/tlorantfy-graphisoft/attachments/14218759/add_python_palette_to_palettes_menu.mp4" target="_blank"&gt;&lt;LINK_TEXT text="https://ttprivatenew.s3.amazonaws.com/p ... s_menu.mp4"&gt;https://ttprivatenew.s3.amazonaws.com/pulse/tlorantfy-graphisoft/attachments/14218759/add_python_palette_to_palettes_menu.mp4&lt;/LINK_TEXT&gt;&lt;/A&gt;</description>
      <pubDate>Mon, 27 Jul 2020 11:29:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/AC24-Python-Palette-on-macOS/m-p/264983#M654</guid>
      <dc:creator>Tibor Lorantfy</dc:creator>
      <dc:date>2020-07-27T11:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: AC24 Python Palette on macOS</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/AC24-Python-Palette-on-macOS/m-p/264984#M655</link>
      <description>Thanks for the update and clarification.&lt;BR /&gt;
&lt;BR /&gt;
Will there bean update to the AUS Template to fix this bug?</description>
      <pubDate>Fri, 31 Jul 2020 08:50:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/AC24-Python-Palette-on-macOS/m-p/264984#M655</guid>
      <dc:creator>schagemann</dc:creator>
      <dc:date>2020-07-31T08:50:48Z</dc:date>
    </item>
  </channel>
</rss>

