Message 1 of 2
Stale Python Imports.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to develop general toolsets that I can use in between script files.
I've found that if I make a change in one of these scripts, the changes do not take hold unless I do a complete restart of fusion360 or manually reload the module from a script.
e.g.
from importlib import reload
reload(module)
Is there any way to force this without explicitly calling it e.g. is there any way to reboot the api backend from fusion360? I'm guessing it would be a text-command or command-prompt input.