cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
2024 Technology Preview Program

2024 Technology Preview Program:
Master powerful new features and shape the latest BIM-enabled innovations

Archicad Python API
About automating tasks in Archicad using the Python API.
SOLVED!

PYTHON API - Favorites

dushyant
Enthusiast
Hello!

Is there a way to obtain the list of folders in the Favorites palette? I saw in the xml of a favorite, there is a <Folder Name="sampleFolderName" /> . So I was wondering if there is any accessibility in the new Python API for this folder name.
I am listing the favorites and really need to access them as per folders in 'Favorites'.

Thank you.

Dushyant Basson
11 REPLIES 11
poco2013
Mentor
Tibor wrote:
Unfortunately my answer is no. Currently (AC24.3010) the Python API is not able to access any information related to the Favorites.
I see that the current version is 3010. PiPy only lists 3004. Any idea when the new versions will be released and are there any significant additions?
Gerry

Windows 11 - Visual Studio 2022; ArchiCAD 27
dushyant
Enthusiast
Tibor wrote:
dushyant wrote:
Does the current Python API release (with AC-24) include anything to access the 'Favorites'?
Unfortunately my answer is no. Currently (AC24.3010) the Python API is not able to access any information related to the Favorites.
It's in our backlog, but we haven't started to implement it.
Ok, thanks for the update. And any expected timeline for it?
Is there any 'release-notes' of this version where we can read what all has been added compared to the last release?