Skip to content

tlorantfy/archicad-python-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Ready-to-go Python scripts for Archicad

Download version 25.1

recurring_publish.py

Description

The script can schedule recurring publishing.
The related Archicad project must be opened before executing the script, because the script retrieves the projectdata during the start-up of the script.

Additional JSON/Python Commands Add-On (version 25.1 or later) is required to run.
Requires Archicad 25 or later.

Features

  • Archicad will be shut down after each publishing and it will be restarted before each publishing, the project will be reloaded automatically.
  • User can choose from the Publisher Sets. Only the selected sets will be published. Multiple choice is available.
  • Recur time can be set in minutes.
  • Continuous progress report, the remaining time till the next publishing countdown appears.
  • Works for Teamwork (BIMcloud) projects also. A receive command is executed before each publishing.

Usage

  1. Running Archicad instance is required with an opened project and loaded Additional JSON/Python Commands Add-On.
  2. Run recurring_publish.py script from command line and with using python launcher.
  3. Select Publisher Sets to publish.
  4. Set time (in minutes) for recurring.
  5. Click Start button.

Demo video

Click to watch the demo video: recurring_publish.py