<?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 Betreff: Python delete Attributes replacing with another in Archicad Python API</title>
    <link>https://community.graphisoft.com/t5/Archicad-Python-API/Python-delete-Attributes-replacing-with-another/m-p/681274#M1162</link>
    <description>&lt;P&gt;I created this Wish&lt;BR /&gt;&lt;A href="https://community.graphisoft.com/t5/Wishlist/Python-Attribute-Editing-Add-ability-to-Reindex-and-to-Delete/idi-p/680422" target="_blank"&gt;Python Attribute Editing // Add ability to Reindex... - Graphisoft Community&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Maybe you want to vote to avoid it ending in the depths of the forgotten wishes &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Oct 2025 10:32:52 GMT</pubDate>
    <dc:creator>GabrielGG</dc:creator>
    <dc:date>2025-10-23T10:32:52Z</dc:date>
    <item>
      <title>Python delete Attributes replacing with another</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Python-delete-Attributes-replacing-with-another/m-p/680207#M1158</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;there is the option to delete attributes and also to createthem in the Python APY but when deleting and creating another Attribute is showing missing attributes in the elementes and also in the standard Tool preferences in Archicad.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there the option to Delete and Replace in Python?&lt;/P&gt;&lt;P&gt;I only know the command "deleteAttributes"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2025 08:27:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Python-delete-Attributes-replacing-with-another/m-p/680207#M1158</guid>
      <dc:creator>GabrielGG</dc:creator>
      <dc:date>2025-10-16T08:27:49Z</dc:date>
    </item>
    <item>
      <title>Betreff: Python delete Attributes replacing with another</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Python-delete-Attributes-replacing-with-another/m-p/680268#M1159</link>
      <description>&lt;P&gt;Yeah, that's severely missing and would make the experience nicer.&lt;/P&gt;
&lt;P&gt;However the Python API can only tap into the regular C++ API – and I don't see anything in there that could be useful. There is only the same "ACAPI_Attribute_Delete()" function.&lt;/P&gt;
&lt;P&gt;So I wonder how AC is doing it. Private API? Or just a lengthy workaround where all references to this attribute are updated manually?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2025 13:14:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Python-delete-Attributes-replacing-with-another/m-p/680268#M1159</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2025-10-16T13:14:17Z</dc:date>
    </item>
    <item>
      <title>Betreff: Python delete Attributes replacing with another</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Python-delete-Attributes-replacing-with-another/m-p/680405#M1160</link>
      <description>&lt;P&gt;And it's also missing the possibility to Re-Index attributes ... it would be equally important to have this option&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2025 09:39:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Python-delete-Attributes-replacing-with-another/m-p/680405#M1160</guid>
      <dc:creator>GabrielGG</dc:creator>
      <dc:date>2025-10-17T09:39:02Z</dc:date>
    </item>
    <item>
      <title>Betreff: Python delete Attributes replacing with another</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Python-delete-Attributes-replacing-with-another/m-p/681274#M1162</link>
      <description>&lt;P&gt;I created this Wish&lt;BR /&gt;&lt;A href="https://community.graphisoft.com/t5/Wishlist/Python-Attribute-Editing-Add-ability-to-Reindex-and-to-Delete/idi-p/680422" target="_blank"&gt;Python Attribute Editing // Add ability to Reindex... - Graphisoft Community&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Maybe you want to vote to avoid it ending in the depths of the forgotten wishes &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 10:32:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Python-delete-Attributes-replacing-with-another/m-p/681274#M1162</guid>
      <dc:creator>GabrielGG</dc:creator>
      <dc:date>2025-10-23T10:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Python delete Attributes replacing with another</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Python-delete-Attributes-replacing-with-another/m-p/681275#M1163</link>
      <description>&lt;P&gt;You should make a wish on the tapir (open source addon) part too:&amp;nbsp;&lt;A href="https://github.com/ENZYME-APD/tapir-archicad-automation/issues" target="_blank"&gt;https://github.com/ENZYME-APD/tapir-archicad-automation/issues&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Python is not actively developped by Graphisoft at the moment, only Tapir is proposing new commands for python/json.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 10:36:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Python-delete-Attributes-replacing-with-another/m-p/681275#M1163</guid>
      <dc:creator>Mathias Jonathan</dc:creator>
      <dc:date>2025-10-23T10:36:58Z</dc:date>
    </item>
  </channel>
</rss>

