palette-based addon refresh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2021-09-02
02:58 PM
- last edited on
‎2021-09-14
08:30 AM
by
Noemi Balogh
Hi,
Working on a palette-based addon requires reloading the project every time I have to load / unload the addon, upon re-building the .apx after some changes. This is a time-consuming process everytime I need to test a change (which happens frequently).
How do you guys go about this? Is there a way to check the effect of a change in an .apx without unloading/re-loading it in Archicad?
Thanks.
- Labels:
-
Add-On (C++)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2021-09-02 09:19 PM - edited ‎2021-09-02 09:19 PM
If you have a palette based addon, than your addon should be preloaded. It means that it is kept in memory all the time to handle the palette properly.
Unfortunately it means that you have to unload/reload the addon to see the new version. Personally I prefer to restart Archicad, because in this case the addon will be reloaded automatically, and it needs fewer clicks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2021-09-03 08:36 AM
@Viktor Kovacs wrote:
Personally I prefer to restart Archicad, because in this case the addon will be reloaded automatically, and it needs fewer clicks.
Thanks for sharing that tip Viktor.