Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I've started working on my first Add-In and would like to know what is the best workflow for editing and reloading the (Python) Add-In code?
It seems like code in the main Add-In file is reloaded every time the Add-In is started and stopped in the Scripts and Add-In dialog. Code imported from a module is not, however.
I've created my Add-In boilerplate using @prainsberry's very useful Apper (thanks!).
There's not a lot of information on the subject, one thread is here, but it's not conclusive. (That thread mentions using relative imports, which I do, my code is straight from the cookie cutter.)
I'm using VS Code and it starts correctly when clicking Edit / Debug in Fusion.
Solved! Go to Solution.