Automate publisher tasks?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-03-08
08:49 AM
- last edited on
2024-09-17
12:57 PM
by
Doreena Deng
2021-03-08
08:49 AM
Hi,
I'm looking into a Windows program that can trigger automatic publishing from Archicad solo and teamwork.
Can it be done at all from a technical point of view?
This is what I’m referring to: https://www.rtvtools.com/rtv-xporter-pro/
Best,
Mats
I'm looking into a Windows program that can trigger automatic publishing from Archicad solo and teamwork.
Can it be done at all from a technical point of view?
This is what I’m referring to: https://www.rtvtools.com/rtv-xporter-pro/
Best,
Mats
AC 25 SWE Full
HP Zbook Fury 15,6 G8. 32 GB RAM. Nvidia RTX A3000.
HP Zbook Fury 15,6 G8. 32 GB RAM. Nvidia RTX A3000.
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-03-09 03:01 PM
2021-03-09
03:01 PM
Hi Mats,
You can use the APIDo_PublishID function in your Add-On to publish an existing publisher set.
It's possible to start Archicad from command line and pass the project as a parameter to open it. After Archicad was started and the project was opened you can automatically execute a publishing from your Add-On if you do that as a result of an APINotify_AllInputFinished event.
I recommend you to check the new Python API. Unfortunately publishing is currently not available via Python, but we hope soon it will be.
You can use the APIDo_PublishID function in your Add-On to publish an existing publisher set.
It's possible to start Archicad from command line and pass the project as a parameter to open it. After Archicad was started and the project was opened you can automatically execute a publishing from your Add-On if you do that as a result of an APINotify_AllInputFinished event.
I recommend you to check the new Python API. Unfortunately publishing is currently not available via Python, but we hope soon it will be.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-03-09 03:43 PM
2021-03-09
03:43 PM
Tibor wrote:Oh yessss, please! That would be great.
I recommend you to check the new Python API. Unfortunately publishing is currently not available via Python, but we hope soon it will be.
(Weren't we promised new Python API features with every update of 24?....)
Lucas Becker | AC 27 on Mac | Graphisoft Insider Panelist | Author of Runxel's Archicad Wiki | Editor at SelfGDL | Developer of the GDL plugin for Sublime Text | My List of AC shortcomings & bugs | I Will Piledrive You If You Mention AI Again |
POSIWID – The Purpose Of a System Is What It Does /// «Furthermore, I consider that Carth... yearly releases must be destroyed»
POSIWID – The Purpose Of a System Is What It Does /// «Furthermore, I consider that Carth... yearly releases must be destroyed»

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-03-09 10:35 PM
2021-03-09
10:35 PM
Tibor wrote:! good new, good news !
Hi Mats,
You can use the APIDo_PublishID function in your Add-On to publish an existing publisher set.
It's possible to start Archicad from command line and pass the project as a parameter to open it. After Archicad was started and the project was opened you can automatically execute a publishing from your Add-On if you do that as a result of an APINotify_AllInputFinished event.
I recommend you to check the new Python API. Unfortunately publishing is currently not available via Python, but we hope soon it will be.
AC 25 SWE Full
HP Zbook Fury 15,6 G8. 32 GB RAM. Nvidia RTX A3000.
HP Zbook Fury 15,6 G8. 32 GB RAM. Nvidia RTX A3000.